UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

10 lines (9 loc) 406 B
import { Dayjs } from 'dayjs'; import { PropType } from 'vue'; import { getDateValue } from '../_utils/date'; import { DisabledTimeProps, ShortcutType, FormatFunc, CalendarValue, WeekStart } from './interface'; import { TriggerProps } from '../trigger'; import { isFunction } from '../_utils/is'; import { TimePickerProps } from '../time-picker/interface'; declare const _default; export default _default;