UNPKG

niceform-hook

Version:
4 lines 262 B
import { FieldValues } from "react-hook-form"; import { FieldConfig } from "./types"; export declare function useField(name: string, config?: FieldConfig): import("react-hook-form").UseControllerReturn<FieldValues, string>; //# sourceMappingURL=useField.d.ts.map