index.d.ts 86 B

123
  1. import DatePicker from './dayjs';
  2. export * from './dayjs';
  3. export default DatePicker;