UNPKG

373 BTypeScriptView Raw
1import { Models } from './date/DataTypes';
2export { default as Calendar, ExtraData, PropsType as CalendarPropsType } from './Calendar';
3export { default as DatePicker, PropsType as DatePickerPropsType } from './DatePicker';
4declare const Locale: {
5 zhCN: Models.Locale;
6 enUS: Models.Locale;
7};
8declare type LocaleType = Models.Locale;
9export { Locale, LocaleType };