Skip to content

Commit f502557

Browse files
committed
fix(renderer): remove component from useFieldApi interface
1 parent 974d73c commit f502557

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-form-renderer/src/files/use-field-api.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export interface ValidatorType extends Object {
99

1010
export interface UseFieldApiConfig extends AnyObject {
1111
name: string;
12-
component: string;
1312
validate?: ValidatorType[];
1413
}
1514
export interface UseFieldApiComponentConfig extends UseFieldConfig<any> {

0 commit comments

Comments
 (0)