Skip to content

Commit

Permalink
chore: Update types
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasenkoo committed Jun 10, 2024
1 parent e312115 commit b754834
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ interface Slots {
'hours-overlay-header'(props: { toggle: () => void }): any;
'minutes-overlay-header'(props: { toggle: () => void }): any;
'seconds-overlay-header'(props: { toggle: () => void }): any;
'tp-inline-arrow-up'(): any;
'tp-inline-arrow-down'(): any;
}

type __VLS_WithTemplateSlots<T, S> = T & {
Expand Down

0 comments on commit b754834

Please sign in to comment.