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 c3f720a + 6f6edce commit 2b434bcCopy full SHA for 2b434bc
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