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
/
index.d.ts
10 lines
(9 loc)
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
*
from
'./useForm'
;
export
*
from
'./useFieldArray'
;
export
*
from
'./useController'
;
export
*
from
'./useWatch'
;
export
*
from
'./controller'
;
export
*
from
'./useFormContext'
;
export
*
from
'./logic'
;
export
*
from
'./utils'
;
export
*
from
'./types'
;