Skip to content

Commit

Permalink
feat(time-picker): export slots type (tusen-ai#6599)
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Dec 7, 2024
1 parent 63c92b2 commit b18dc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time-picker/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export type { TimePickerInst } from './src/interface'
export { default as NTimePicker, timePickerProps } from './src/TimePicker'
export type { TimePickerProps } from './src/TimePicker'
export type { TimePickerProps, TimePickerSlots } from './src/TimePicker'

0 comments on commit b18dc5e

Please sign in to comment.