voiptime-components 1.13.23 → 1.13.25

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
@@ -84,7 +84,7 @@ declare const __VLS_component_13: DefineComponent<ExtractPropTypes<{
84
84
  }>> & Readonly<{}>, {
85
85
  disabled: boolean;
86
86
  closable: boolean;
87
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
87
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
88
88
 
89
89
  declare const __VLS_component_2: DefineComponent<VModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
90
90
  close: () => any;
@@ -473,7 +473,7 @@ declare function __VLS_template_13(): {
473
473
  default?(_: {}): any;
474
474
  };
475
475
  refs: {};
476
- rootEl: HTMLDivElement;
476
+ rootEl: any;
477
477
  };
478
478
 
479
479
  declare function __VLS_template_2(): {