UNPKG

react-hook-form-6

Version:
7 lines (6 loc) 535 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>>>, shallowFieldsState: Record<string, any>, shouldUnregister: boolean, excludeDisabled?: boolean | undefined, search?: string | (keyof TFieldValues & string) | { nest: boolean; } | InternalFieldName<TFieldValues>[] | undefined) => any; export default _default;