ohctechv3/.svn/pristine/17/1742035e23721c7b058115d91697f71a0409fe15.svn-base
2024-10-28 15:03:36 +05:30

13 lines
388 B
Plaintext

import { UseFormControlContextReturnValue } from './FormControl.types';
/**
*
* Demos:
*
* - [Form Control](https://mui.com/base-ui/react-form-control/#hook)
*
* API:
*
* - [useFormControlContext API](https://mui.com/base-ui/react-form-control/hooks-api/#use-form-control-context)
*/
export declare function useFormControlContext(): UseFormControlContextReturnValue | undefined;