UNPKG

117 BTypeScriptView Raw
1export interface ITranslation {
2 placeHolder?: string;
3}
4export declare type ILang = "en_US" | "zh_CN" | "zh_TW";