UNPKG

react-hook-form

Version:

Performant, flexible and extensible forms library for React Hooks

7 lines (6 loc) 509 B
import * as React from 'react'; import { InternalFieldName, FieldRefs } from '../types'; declare const _default: <TFieldValues extends Record<string, any>>(fieldsRef: React.MutableRefObject<Partial<Record<InternalFieldName<TFieldValues>, import("../types").Field>>>, unmountFieldsStateRef?: React.MutableRefObject<Record<string, any>> | undefined, search?: string | (keyof TFieldValues & string) | { nest: boolean; } | InternalFieldName<TFieldValues>[] | undefined) => any; export default _default;