voiptime-components 1.8.17 → 1.8.19
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.cjs.js +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.es.js +1106 -1107
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
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
|
-
},
|
|
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:
|
|
477
|
+
rootEl: HTMLDivElement;
|
|
478
478
|
};
|
|
479
479
|
|
|
480
480
|
declare function __VLS_template_6(): {
|