UNPKG

@mui/x-data-grid

Version:

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

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