fix: add missing headerLineHeight option (#38069)

This commit is contained in:
Chance Strickland
2019-09-04 15:12:10 -07:00
committed by Andrew Casey
parent 417497126d
commit 252a177545

View File

@@ -30,6 +30,7 @@ export interface TypographyOptions {
scaleRatio?: number;
googleFonts?: GoogleFont[];
headerFontFamily?: string[];
headerLineHeight?: number;
bodyFontFamily?: string[];
headerColor?: string;
bodyColor?: string;