Skip to content

Commit aa84e94

Browse files
authored
Merge pull request #778 from data-driven-forms/fix-use-field-api-config-types
fix(renderer): make component option in use field api interface
2 parents 974d73c + f502557 commit aa84e94

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)