UNPKG

249 BJavaScriptView Raw
1import * as React from 'react';
2/**
3 * @ignore - internal component.
4 */
5
6const GridContext = /*#__PURE__*/React.createContext();
7
8if (process.env.NODE_ENV !== 'production') {
9 GridContext.displayName = 'GridContext';
10}
11
12export default GridContext;
\No newline at end of file