feat(type): make LocaleLinks text nullable

Signed-off-by: Sepush <sepush@outlook.com>
pull/957/head
Sepush 3 years ago
parent e0b730aa8e
commit dea70e1d5f

@ -220,7 +220,7 @@ export namespace DefaultTheme {
// locales -------------------------------------------------------------------
export interface LocaleLinks {
text: string
text?: string
items: LocaleLink[]
}

Loading…
Cancel
Save