UNPKG

@ant-design/pro-chat

Version:
4 lines (3 loc) 167 B
import { LocaleProps } from "../types/locale"; export type Locale = 'zh-CN' | 'en-US' | 'zh-HK'; export declare const gLocaleObject: (gLocale: Locale) => LocaleProps;