cogsbox-state 0.5.69 → 0.5.71

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.
@@ -107,6 +107,7 @@ export type EndType<T, IsArrayElement = false> = {
107
107
  _selected: boolean;
108
108
  setSelected: (value: boolean) => void;
109
109
  getFormRef: () => React.RefObject<any> | undefined;
110
+ removeStorage: () => void;
110
111
  validationWrapper: ({ children, hideMessage, }: {
111
112
  children: React.ReactNode;
112
113
  hideMessage?: boolean;