UNPKG

400 BJavaScriptView Raw
1import * as React from 'react';
2import FormControlContext from './FormControlContext';
3/**
4 *
5 * Demos:
6 *
7 * - [Form Control](https://mui.com/base/react-form-control/#hook)
8 *
9 * API:
10 *
11 * - [useFormControlContext API](https://mui.com/base/react-form-control/hooks-api/#use-form-control-context)
12 */
13export default function useFormControlContext() {
14 return React.useContext(FormControlContext);
15}
\No newline at end of file