@wavy/react-ui 0.0.55 → 0.0.56

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/main.d.ts CHANGED
@@ -3384,7 +3384,7 @@ declare function useStore<T extends NonFunction<any>>(options: {
3384
3384
  skipTransform: boolean;
3385
3385
  }>) => void;
3386
3386
  read: () => T;
3387
- /** Completely removes all the stored data (including persisted data) */
3387
+ /** Reverts the store to it's defaultValue and deletes any persisted data. */
3388
3388
  delete: () => void;
3389
3389
  };
3390
3390