diff --git a/types/typography/index.d.ts b/types/typography/index.d.ts index 75b70dced6..afbb9fb610 100644 --- a/types/typography/index.d.ts +++ b/types/typography/index.d.ts @@ -30,6 +30,7 @@ export interface TypographyOptions { scaleRatio?: number; googleFonts?: GoogleFont[]; headerFontFamily?: string[]; + headerLineHeight?: number; bodyFontFamily?: string[]; headerColor?: string; bodyColor?: string;