UNPKG

react-hook-form-builder

Version:

light weight schema Form builder for react-hook-form

6 lines 267 B
import React from "react"; import { IFormBuilderProvider } from "../../types"; export declare const FormBuilderContext: React.Context<{}>; declare const FormBuilderProvider: IFormBuilderProvider; export default FormBuilderProvider; //# sourceMappingURL=index.d.ts.map