UNPKG

@mui/x-license

Version:
10 lines (9 loc) 280 B
'use client'; import * as React from 'react'; const MuiLicenseInfoContext = /*#__PURE__*/React.createContext({ key: undefined }); if (process.env.NODE_ENV !== 'production') { MuiLicenseInfoContext.displayName = 'MuiLicenseInfoContext'; } export default MuiLicenseInfoContext;