We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 974d73c + f502557 commit aa84e94Copy full SHA for aa84e94
packages/react-form-renderer/src/files/use-field-api.d.ts
@@ -9,7 +9,6 @@ export interface ValidatorType extends Object {
9
10
export interface UseFieldApiConfig extends AnyObject {
11
name: string;
12
- component: string;
13
validate?: ValidatorType[];
14
}
15
export interface UseFieldApiComponentConfig extends UseFieldConfig<any> {
0 commit comments