@easy-page/react-ui
Advanced tools
Comparing version 1.0.38 to 1.0.40
@@ -21,2 +21,3 @@ import { DefaultValueSource } from './const'; | ||
constructor({ formId }: DevStateDeuggerOptions); | ||
dispose(): void; | ||
getFieldKey(id: string): string; | ||
@@ -23,0 +24,0 @@ printDefaultValueLog(id: string): void; |
@@ -37,2 +37,3 @@ import { Schema } from '@easy-page/core'; | ||
constructor(options: EasyPageStoreOptions<PageState, PageProps>); | ||
dispose(): void; | ||
/** | ||
@@ -39,0 +40,0 @@ * |
{ | ||
"name": "@easy-page/react-ui", | ||
"version": "1.0.38", | ||
"version": "1.0.40", | ||
"main": "./index.js", | ||
@@ -5,0 +5,0 @@ "types": "./index.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1011273
5444