1
0
Fork 0
react-playground/node_modules/@mui/material/esm/GridLegacy/GridLegacyContext.js

12 lines
No EOL
286 B
JavaScript

'use client';
import * as React from 'react';
/**
* @ignore - internal component.
*/
const GridLegacyContext = /*#__PURE__*/React.createContext();
if (process.env.NODE_ENV !== 'production') {
GridLegacyContext.displayName = 'GridLegacyContext';
}
export default GridLegacyContext;