Skip to content

Commit

Permalink
feat(time-picker): add 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 30ffd0a commit 63c92b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/time-picker/src/TimePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ export const timePickerProps = {

export type TimePickerProps = ExtractPublicPropTypes<typeof timePickerProps>

export interface TimePickerSlots {
default?: any
icon?: any
}

export default defineComponent({
name: 'TimePicker',
props: timePickerProps,
Expand Down

0 comments on commit 63c92b2

Please sign in to comment.