/
githubmirror
/
react-hook-form
Обзор
Документация
Войти
/
githubmirror
/
react-hook-form
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/index.ts
18 строк
544 B
Bill
🥮 chore: rename <FormStateSubscribe /> back to <FormState /> (#13602)
25 июл 2026, 03:55
Не верифицирован
25 июл 2026, 03:55
4e105a2
Код
Авторство
О чём код?
export * from './controller'; export { FieldArray } from './fieldArray'; export * from './form'; export type { FormStateProps, FormStateSubscribeProps, } from './formStateSubscribe'; export { FormState, FormStateSubscribe } from './formStateSubscribe'; export * from './logic'; export * from './types'; export * from './useController'; export * from './useFieldArray'; export * from './useForm'; export * from './useFormContext'; export * from './useFormState'; export * from './useWatch'; export * from './utils'; export * from './watch';