UNPKG

388 BTypeScriptView Raw
1import { UseFormControlContextReturnValue } from './FormControl.types';
2/**
3 *
4 * Demos:
5 *
6 * - [Form Control](https://mui.com/base-ui/react-form-control/#hook)
7 *
8 * API:
9 *
10 * - [useFormControlContext API](https://mui.com/base-ui/react-form-control/hooks-api/#use-form-control-context)
11 */
12export declare function useFormControlContext(): UseFormControlContextReturnValue | undefined;