create project
This commit is contained in:
3
kitabcitab/node_modules/next/font/google/index.js
generated
vendored
Normal file
3
kitabcitab/node_modules/next/font/google/index.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
throw new Error(
|
||||
'You tried to import `next/font/google`, did you mean `@next/font/google`?\nRead more: https://nextjs.org/docs/basic-features/font-optimization'
|
||||
)
|
||||
26
kitabcitab/node_modules/next/font/index.d.ts
generated
vendored
Normal file
26
kitabcitab/node_modules/next/font/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
export type AdjustFontFallback = {
|
||||
fallbackFont: string
|
||||
ascentOverride?: string
|
||||
descentOverride?: string
|
||||
lineGapOverride?: string
|
||||
sizeAdjust?: string
|
||||
}
|
||||
|
||||
export type FontLoader = (options: {
|
||||
functionName: string
|
||||
variableName: string
|
||||
data: any[]
|
||||
config: any
|
||||
emitFontFile: (content: Buffer, ext: string, preload: 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
|
||||
}>
|
||||
3
kitabcitab/node_modules/next/font/index.js
generated
vendored
Normal file
3
kitabcitab/node_modules/next/font/index.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
throw new Error(
|
||||
'You tried to import `next/font`, did you mean `@next/font`?\nRead more: https://nextjs.org/docs/basic-features/font-optimization'
|
||||
)
|
||||
3
kitabcitab/node_modules/next/font/local/index.js
generated
vendored
Normal file
3
kitabcitab/node_modules/next/font/local/index.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
throw new Error(
|
||||
'You tried to import `next/font/local`, did you mean `@next/font/local`?\nRead more: https://nextjs.org/docs/basic-features/font-optimization'
|
||||
)
|
||||
Reference in New Issue
Block a user