@elcrm/form 0.0.38 → 0.0.40

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.
@@ -5,6 +5,6 @@ type Value = {
5
5
  reload?: boolean;
6
6
  };
7
7
  export declare function setValue(f: Value): void;
8
- export declare function runReload(): void;
8
+ export declare function runReload(f: any): void;
9
9
  export declare function useError(f?: {}): any[];
10
10
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elcrm/form",
3
- "version": "0.0.38",
3
+ "version": "0.0.40",
4
4
  "description": "plugin for elCRM",
5
5
  "type": "module",
6
6
  "author": "MaSkal <dev@elcrm.online>",
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "keywords": [
12
12
  "elcrm",
13
- "state",
13
+ "form",
14
14
  "react"
15
15
  ],
16
16
  "main": "./dist/index.umd.js",