We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e312115 commit b754834Copy full SHA for b754834
index.d.ts
@@ -488,6 +488,8 @@ interface Slots {
488
'hours-overlay-header'(props: { toggle: () => void }): any;
489
'minutes-overlay-header'(props: { toggle: () => void }): any;
490
'seconds-overlay-header'(props: { toggle: () => void }): any;
491
+ 'tp-inline-arrow-up'(): any;
492
+ 'tp-inline-arrow-down'(): any;
493
}
494
495
type __VLS_WithTemplateSlots<T, S> = T & {
0 commit comments