UNPKG

@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.

8 lines (7 loc) 239 B
import * as React from 'react'; import { FormControlState } from './FormControl.types'; /** * @ignore - internal component. */ declare const FormControlContext: React.Context<FormControlState | undefined>; export { FormControlContext };