create project
This commit is contained in:
22
kitabcitab/node_modules/@next/font/dist/local/utils.d.ts
generated
vendored
Normal file
22
kitabcitab/node_modules/@next/font/dist/local/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
declare type FontOptions = {
|
||||
src: Array<{
|
||||
path: string;
|
||||
weight?: string;
|
||||
style?: string;
|
||||
ext: string;
|
||||
format: string;
|
||||
}>;
|
||||
display: string;
|
||||
weight?: string;
|
||||
style?: string;
|
||||
fallback?: string[];
|
||||
preload: boolean;
|
||||
variable?: string;
|
||||
adjustFontFallback?: string | false;
|
||||
declarations?: Array<{
|
||||
prop: string;
|
||||
value: string;
|
||||
}>;
|
||||
};
|
||||
export declare function validateData(functionName: string, fontData: any): FontOptions;
|
||||
export {};
|
||||
Reference in New Issue
Block a user