@easy-page/react-ui
Advanced tools
Comparing version 0.1.22 to 0.1.23
{ | ||
"name": "@easy-page/react-ui", | ||
"version": "0.1.22", | ||
"version": "0.1.23", | ||
"main": "./index.js", | ||
@@ -5,0 +5,0 @@ "types": "./index.d.ts", |
@@ -22,3 +22,4 @@ import { DataContext, Schema } from '@easy-page/core'; | ||
}; | ||
export declare abstract class FormUtil<PageState> { | ||
export declare abstract class FormUtil<PageState, FormInstance = any> { | ||
abstract getFormRef(): FormInstance | null; | ||
abstract store: EasyPageStore<unknown, any>; | ||
@@ -25,0 +26,0 @@ abstract submit(): void; |
Sorry, the diff of this file is not supported yet
984192
5150