UEA-Prodem

This commit is contained in:
2026-06-10 12:38:42 -03:00
parent 3f33154e16
commit c41625e542
9352 changed files with 1128292 additions and 14752 deletions
+12
View File
@@ -0,0 +1,12 @@
import React from 'react';
import type { Control, FieldValues } from './types';
/**
* Separate context for `control` to prevent unnecessary rerenders.
* Internal hooks that only need control use this instead of full form context.
*/
export declare const HookFormControlContext: React.Context<Control | null>;
/**
* @internal Internal hook to access only control from context.
*/
export declare const useFormControlContext: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>() => Control<TFieldValues, TContext, TTransformedValues>;
//# sourceMappingURL=useFormControlContext.d.ts.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"useFormControlContext.d.ts","sourceRoot":"","sources":["../src/useFormControlContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEpD;;;GAGG;AACH,eAAO,MAAM,sBAAsB,+BAA4C,CAAC;AAGhF;;GAEG;AACH,eAAO,MAAM,qBAAqB,GAChC,YAAY,SAAS,WAAW,EAChC,QAAQ,GAAG,GAAG,EACd,kBAAkB,GAAG,YAAY,OAC9B,OAAO,CAAC,YAAY,EAAE,QAAQ,EAAE,kBAAkB,CAKpD,CAAC"}