ant-design-vue/components/time-picker/index.tsx

9 lines
188 B
Vue
Raw Normal View History

import TimePicker from './dayjs';
export * from './dayjs';
export interface TimePickerLocale {
placeholder?: string;
rangePlaceholder?: [string, string];
2018-03-07 14:21:55 +00:00
}
export default TimePicker;