@easy-page/react-ui
Advanced tools
Comparing version 1.0.45 to 1.0.46
{ | ||
"name": "@easy-page/react-ui", | ||
"version": "1.0.45", | ||
"version": "1.0.46", | ||
"main": "./index.js", | ||
@@ -5,0 +5,0 @@ "types": "./index.d.ts", |
@@ -14,4 +14,4 @@ import { UIEngineNodeHandler } from '@easy-page/core'; | ||
componentDidMount(): void; | ||
componentWillUnmount(): void; | ||
shouldComponentUpdate(nextProps: EasyPageProps<any, any, any>): boolean; | ||
componentWillUnmount: () => void; | ||
shouldComponentUpdate: (nextProps: EasyPageProps<any, any, any>) => boolean; | ||
private isForm; | ||
@@ -34,3 +34,3 @@ /** | ||
renderNormalDom: UIEngineNodeHandler<PageState, PageProps & DefaultPageProps<PageState>>; | ||
render(): string | number | true | React.ReactElement<any, any> | Iterable<React.ReactNode> | null; | ||
render: () => string | number | true | React.ReactElement<any, any> | Iterable<React.ReactNode> | null; | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1014364
5445