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.

6 lines 301 B
import * as React from 'react'; const ListItemButtonOrientationContext = /*#__PURE__*/React.createContext('horizontal'); if (process.env.NODE_ENV !== 'production') { ListItemButtonOrientationContext.displayName = 'ListItemButtonOrientationContext'; } export default ListItemButtonOrientationContext;