UNPKG

rspress-plugin-devkit

Version:
5 lines (4 loc) 119 B
export type PresetLocale = 'zh-CN' | 'en-US'; export interface WithDefaultLocale { defaultLocale?: PresetLocale; }