UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

8 lines (6 loc) 248 B
import * as React from 'react'; const GridRootPropsContext = /*#__PURE__*/React.createContext(undefined); if (process.env.NODE_ENV !== 'production') { GridRootPropsContext.displayName = 'GridRootPropsContext'; } export { GridRootPropsContext };