mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
fix: add missing headerLineHeight option (#38069)
This commit is contained in:
committed by
Andrew Casey
parent
417497126d
commit
252a177545
1
types/typography/index.d.ts
vendored
1
types/typography/index.d.ts
vendored
@@ -30,6 +30,7 @@ export interface TypographyOptions {
|
||||
scaleRatio?: number;
|
||||
googleFonts?: GoogleFont[];
|
||||
headerFontFamily?: string[];
|
||||
headerLineHeight?: number;
|
||||
bodyFontFamily?: string[];
|
||||
headerColor?: string;
|
||||
bodyColor?: string;
|
||||
|
||||
Reference in New Issue
Block a user