UNPKG

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