@rocketui/vue 0.2.81 → 0.2.82
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/rocket-ui-vue.d.ts +1 -1
- package/dist/rocket-ui-vue.js +1171 -1141
- package/dist/rocket-ui-vue.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/rocket-ui-vue.d.ts
CHANGED
|
@@ -759,7 +759,7 @@ declare function handleSelect(): void;
|
|
|
759
759
|
|
|
760
760
|
declare function handleToggle(): void;
|
|
761
761
|
|
|
762
|
-
declare function handleUpdate(
|
|
762
|
+
declare function handleUpdate(): void;
|
|
763
763
|
|
|
764
764
|
declare function hideTooltip(e?: Event | null): void;
|
|
765
765
|
|