UNPKG

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