zent
Version:
一套前端设计语言和基于React的实现
7 lines (6 loc) • 336 B
TypeScript
import { IFechaI18nSettings } from '../utils/date/fecha';
export declare function setLocale(map: IFechaI18nSettings): IFechaI18nSettings;
export declare function getLocale(): IFechaI18nSettings;
export declare const enUS: IFechaI18nSettings;
export declare const zhCN: IFechaI18nSettings;
export declare const jaJP: IFechaI18nSettings;