UNPKG

@mui/base

Version:

A library of headless ('unstyled') React UI components and low-level hooks.

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