style: organize the order of localeConfig properties

pull/99/head
Kia Ishii 4 years ago
parent 294836ce40
commit 750fd7e177

4
types/shared.d.ts vendored

@ -2,11 +2,11 @@
export interface LocaleConfig {
lang: string
selectText?: string
label?: string
title?: string
description?: string
head?: HeadConfig[]
label?: string
selectText?: string
}
export interface SiteData<ThemeConfig = any> {

Loading…
Cancel
Save