UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

8 lines (7 loc) 191 B
import TimePicker from './dayjs'; export * from './dayjs'; export interface TimePickerLocale { placeholder?: string; rangePlaceholder?: [string, string]; } export default TimePicker;