@rocketui/vue 0.2.22 → 0.2.23

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.
@@ -730,7 +730,7 @@ declare function handleSelect(): void;
730
730
 
731
731
  declare function handleToggle(): void;
732
732
 
733
- declare function handleUpdate(): void;
733
+ declare function handleUpdate(extraData?: any): void;
734
734
 
735
735
  declare function hideTooltip(): void;
736
736