UNPKG

react-hook-form-builder

Version:

light weight schema Form builder for react-hook-form

5 lines 314 B
/// <reference types="react" /> import { IFormBuilder } from "../../types"; declare const FormBuilder: <TFormValues extends Record<string, any> = Record<string, any>>({ methods, schema, onSubmit, children }: IFormBuilder<TFormValues>) => JSX.Element; export default FormBuilder; //# sourceMappingURL=index.d.ts.map