voiptime-components 1.8.13 → 1.8.15

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
@@ -203,7 +203,7 @@ declare const __VLS_component_5: DefineComponent<__VLS_PublicProps, {
203
203
  hideHeader: boolean;
204
204
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
205
205
  tableWrapperRef: HTMLDivElement;
206
- }, any>;
206
+ }, HTMLDivElement>;
207
207
 
208
208
  declare const __VLS_component_6: DefineComponent<DropdownProps, {
209
209
  show: () => void;
@@ -474,7 +474,7 @@ declare function __VLS_template_5(): {
474
474
  refs: {
475
475
  tableWrapperRef: HTMLDivElement;
476
476
  };
477
- rootEl: any;
477
+ rootEl: HTMLDivElement;
478
478
  };
479
479
 
480
480
  declare function __VLS_template_6(): {