From 252a1775458100671acfdb6a2abfa55c63ae04da Mon Sep 17 00:00:00 2001 From: Chance Strickland Date: Wed, 4 Sep 2019 15:12:10 -0700 Subject: [PATCH] fix: add missing `headerLineHeight` option (#38069) --- types/typography/index.d.ts | 1 + 1 file changed, 1 insertion(+) 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;