shouldRenderFormState.d.ts 447 B

123456
  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?: string | undefined;
  4. }, _proxyFormState: K, updateFormState: (formState: Partial<FormState<T>>) => void, isRoot?: boolean) => string | true | undefined;
  5. export default _default;
  6. //# sourceMappingURL=shouldRenderFormState.d.ts.map