UNPKG

@ucloud-pccl/react-components

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