/
opt
/
canhelp
/
node_modules
/
next
/
font
/
/opt/canhelp/node_modules/next/font
mkdir
upload
Name
Size
Mode
Actions
google/
-
0755
rm
local/
-
0755
rm
index.d.ts
634
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/next/font/index.d.ts
(634B)
export type AdjustFontFallback = { fallbackFont: string ascentOverride?: string descentOverride?: string lineGapOverride?: string sizeAdjust?: string } export type FontLoader = (options: { functionName: string variableName: string data: any[] emitFontFile: ( content: Buffer, ext: string, preload: boolean, isUsingSizeAdjust?: boolean ) => string resolve: (src: string) => string isDev: boolean isServer: boolean loaderContext: any }) => Promise<{ css: string fallbackFonts?: string[] variable?: string adjustFontFallback?: AdjustFontFallback weight?: string style?: string }>
Save
cmd:
run