UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the MUI X Data Grid components.

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