Auto-commit 2026-04-29 16:31
This commit is contained in:
7
node_modules/next/dist/server/font-utils.d.ts
generated
vendored
Normal file
7
node_modules/next/dist/server/font-utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare function calculateSizeAdjustValues(fontName: string): {
|
||||
ascent: any;
|
||||
descent: any;
|
||||
lineGap: any;
|
||||
fallbackFont: string;
|
||||
sizeAdjust: string;
|
||||
};
|
||||
Reference in New Issue
Block a user