UNPKG

react-hook-form

Version:

Performant, flexible and extensible forms library for React Hooks

4 lines (3 loc) 300 B
import * as React from 'react'; import { Field, FieldRefs } from '../types'; export default function onDomRemove<TFieldValues>(fieldsRef: React.MutableRefObject<FieldRefs<TFieldValues>>, removeFieldEventListenerAndRef: (field: Field | undefined, forceDelete?: boolean) => void): MutationObserver;