mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:48:55 +08:00
ts 错误
Change-Id: I5f2c067e7c42416c1a92eda0e0e077c1fdd9627b
This commit is contained in:
parent
41856182a5
commit
b3ee6129a0
@ -673,7 +673,11 @@ class SchemaRenderer extends React.Component<SchemaRendererProps, any> {
|
||||
export function HocStoreFactory(renderer: {
|
||||
storeType: string;
|
||||
extendsData?: boolean;
|
||||
shouldSyncSuperStore?: (store: any, props: any, prevProps: any) => boolean;
|
||||
shouldSyncSuperStore?: (
|
||||
store: any,
|
||||
props: any,
|
||||
prevProps: any
|
||||
) => boolean | undefined;
|
||||
}): any {
|
||||
return function <T extends React.ComponentType<RendererProps>>(Component: T) {
|
||||
type Props = Omit<
|
||||
|
Loading…
Reference in New Issue
Block a user