/
ai_sampletext
/
DiplomWork
Обзор
Документация
Войти
/
ai_sampletext
/
DiplomWork
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/react-hook-form/dist/logic/shouldRenderFormState.d.ts
7 строк
453 B
boolyshareyo
Initial commit
08 июн 2026, 16:00
08 июн 2026, 16:00
6216a29
Код
Авторство
О чём код?
import { FieldValues, FormState, InternalFieldName, ReadFormState } from '../types'; declare const _default: <T extends FieldValues, K extends ReadFormState>(formStateData: Partial<FormState<T>> & { name?: InternalFieldName; values?: T; }, _proxyFormState: K, updateFormState: (formState: Partial<FormState<T>>) => void, isRoot?: boolean) => string | true | undefined; export default _default; //# sourceMappingURL=shouldRenderFormState.d.ts.map