UNPKG

@mui/joy

Version:

Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.

11 lines (9 loc) 265 B
import * as React from 'react'; /** * @internal */ const FormControlContext = /*#__PURE__*/React.createContext(undefined); if (process.env.NODE_ENV !== 'production') { FormControlContext.displayName = 'FormControlContext'; } export default FormControlContext;