UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

5 lines (4 loc) 246 B
export type { TimePickerInst } from './src/interface'; export type * from './src/public-types'; export { default as NTimePicker, timePickerProps } from './src/TimePicker'; export type { TimePickerProps, TimePickerSlots } from './src/TimePicker';