@mui/base
Version:
A library of headless ('unstyled') React UI components and low-level hooks.
13 lines (12 loc) • 382 B
TypeScript
import { UseFormControlContextReturnValue } from './FormControl.types';
/**
*
* Demos:
*
* - [Form Control](https://mui.com/base/react-form-control/#hook)
*
* API:
*
* - [useFormControlContext API](https://mui.com/base/react-form-control/hooks-api/#use-form-control-context)
*/
export default function useFormControlContext(): UseFormControlContextReturnValue | undefined;