UNPKG

niceform-hook

Version:
3 lines 345 B
import { FieldValues, Path, UseControllerProps } from 'react-hook-form'; export default function useController<TFieldValues extends FieldValues = FieldValues>(props: UseControllerProps<TFieldValues, Path<TFieldValues>>): import("react-hook-form").UseControllerReturn<TFieldValues, Path<TFieldValues>>; //# sourceMappingURL=useController.d.ts.map