voiptime-components 1.12.30 → 1.12.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -57,7 +57,10 @@ declare const __VLS_component_12: DefineComponent<VTabsProps, {}, {}, {}, {}, Co
57
57
  "onTab-add"?: (() => any) | undefined;
58
58
  }>, {
59
59
  modelValue: string;
60
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
60
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
61
+ navRef: HTMLDivElement;
62
+ scrollableRef: HTMLDivElement;
63
+ }, HTMLDivElement>;
61
64
 
62
65
  declare const __VLS_component_13: DefineComponent<VTabItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<VTabItemProps> & Readonly<{}>, {
63
66
  label: string;
@@ -432,7 +435,10 @@ declare function __VLS_template_12(): {
432
435
  slots: {
433
436
  default?(_: {}): any;
434
437
  };
435
- refs: {};
438
+ refs: {
439
+ navRef: HTMLDivElement;
440
+ scrollableRef: HTMLDivElement;
441
+ };
436
442
  rootEl: HTMLDivElement;
437
443
  };
438
444