mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-15 05:30:24 +00:00
fix: add missing headerLineHeight option (#38069)
This commit is contained in:
committed by
Andrew Casey
parent
417497126d
commit
252a177545
Vendored
+1
@@ -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