UNPKG

react-hook-form-6

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