@mui/base
Version:
Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.
13 lines (12 loc) • 388 B
TypeScript
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;