UNPKG

@mui/core

Version:

Unstyled React components with which to implement custom design systems.

12 lines (9 loc) 318 B
import * as React from 'react'; /** * @ignore - internal component. */ const FormControlUnstyledContext = /*#__PURE__*/React.createContext(undefined); if (process.env.NODE_ENV !== 'production') { FormControlUnstyledContext.displayName = 'FormControlUnstyledContext'; } export default FormControlUnstyledContext;