UNPKG
react-hook-form-6
Version:
latest (6.15.5)
6.15.5
Latest version 6 of react-hook-form
www.react-hook-form.com
react-hook-form/react-hook-form
react-hook-form-6
/
dist
/
logic
/
removeAllEventListeners.d.ts
4 lines
(3 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
import
{
Ref
}
from
'../types'
;
declare
const
_default
:
(
ref
:
Ref
,
validateWithStateUpdate
:
EventListenerOrEventListenerObject
) =>
void
;
export
default
_default;