UNPKG

@ucloud-fe/react-components

Version:
12 lines (11 loc) 314 B
declare namespace _default { export const month: string; export const year: string; export const monthBeforeYear: boolean; export { months }; export { weekdays }; export const disabledTip: string; } export default _default; declare const months: string[]; declare const weekdays: string[];