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.

10 lines 292 B
import * as React from 'react'; const ChipColorContext = /*#__PURE__*/React.createContext({ disabled: undefined, variant: undefined, color: undefined }); if (process.env.NODE_ENV !== 'production') { ChipColorContext.displayName = 'ChipColorContext'; } export default ChipColorContext;