UNPKG

react-hook-form

Version:

Performant, flexible and extensible forms library for React Hooks

3 lines (2 loc) 189 B
import { Field } from '../types'; export default function attachEventListeners({ ref }: Field, shouldAttachChangeEvent: boolean, handleChange?: EventListenerOrEventListenerObject): void;