UNPKG

react-hook-form

Version:

Performant, flexible and extensible forms library for React Hooks

3 lines (2 loc) 139 B
import { FieldValues } from '../types'; export default function set(object: FieldValues, path: string, value: any): Record<string, any>;