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.
1 parent c3f720a commit 6f6edceCopy full SHA for 6f6edce
packages/react-form-renderer/src/files/use-field-api.d.ts
@@ -22,4 +22,4 @@ T extends HTMLElement = HTMLElement> extends AnyObject {
22
meta: FieldMetaState<FieldValue>;
23
}
24
25
-export default function(options: UseFieldApiConfig): UseFieldApiProps<any>;
+export default function<T = any>(options: UseFieldApiConfig): UseFieldApiProps<T>;
0 commit comments