added fonts
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
type FontOptions = {
|
||||
fontFamily: string;
|
||||
weights: string[];
|
||||
styles: string[];
|
||||
display: string;
|
||||
preload: boolean;
|
||||
selectedVariableAxes?: string[];
|
||||
fallback?: string[];
|
||||
adjustFontFallback: boolean;
|
||||
variable?: string;
|
||||
subsets: string[];
|
||||
};
|
||||
/**
|
||||
* Validate the data recieved from next-swc next-transform-font on next/font/google calls
|
||||
*/
|
||||
export declare function validateGoogleFontFunctionCall(functionName: string, fontFunctionArgument: any): FontOptions;
|
||||
export {};
|
||||
Reference in New Issue
Block a user