react-hook-form-builder
Version:
light weight schema Form builder for react-hook-form
6 lines • 326 B
TypeScript
/// <reference types="react" />
import { FieldValues } from "react-hook-form";
import { IElementParser } from "../../types";
declare const ElementParser: <TFieldValues extends FieldValues = FieldValues>({ schema }: IElementParser<TFieldValues>) => JSX.Element;
export default ElementParser;
//# sourceMappingURL=index.d.ts.map