1 | import { Control, FieldValues, FormState, InternalFieldName, ReadFormState } from '../types';
|
2 | declare const _default: <T extends FieldValues, K extends ReadFormState>(formStateData: Partial<FormState<T>> & {
|
3 | name?: InternalFieldName;
|
4 | }, _proxyFormState: K, updateFormState: Control<T>["_updateFormState"], isRoot?: boolean) => string | true | undefined;
|
5 | export default _default;
|
6 | //# sourceMappingURL=shouldRenderFormState.d.ts.map |
\ | No newline at end of file |