UNPKG

react-hook-form

Version:

Performant, flexible and extensible forms library for React Hooks

3 lines (2 loc) 222 B
import { InternalFieldName } from '../types'; export declare const getPath: <TFieldValues extends Record<string, any> = Record<string, any>>(path: InternalFieldName<TFieldValues>, values: any[] | TFieldValues) => any[];