Skip to content

Commit

Permalink
Merge pull request #302 from kala888/patch-1
Browse files Browse the repository at this point in the history
Update index.d.ts, 修改 connectForm ts 声明
  • Loading branch information
FateRiddle committed Apr 15, 2021
2 parents 2074410 + 2d2d9b1 commit 4852afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form-render/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ declare const FR: React.FC<FRProps>;

export declare function useForm(params?: FormParams): FormInstance;

export declare function connectForm(): any;
export declare function connectForm(component: React.FC<any>): any;

export default FR;

0 comments on commit 4852afb

Please sign in to comment.