UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

4 lines (3 loc) 108 B
export type LocaleDataToOption<LocaleData> = { [Key in keyof LocaleData]?: Partial<LocaleData[Key]>; };