Skip to content

Commit b754834

Browse files
committed
chore: Update types
1 parent e312115 commit b754834

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,8 @@ interface Slots {
488488
'hours-overlay-header'(props: { toggle: () => void }): any;
489489
'minutes-overlay-header'(props: { toggle: () => void }): any;
490490
'seconds-overlay-header'(props: { toggle: () => void }): any;
491+
'tp-inline-arrow-up'(): any;
492+
'tp-inline-arrow-down'(): any;
491493
}
492494

493495
type __VLS_WithTemplateSlots<T, S> = T & {

0 commit comments

Comments
 (0)