1
0
Fork 0
react-playground/node_modules/@mui/material/esm/Table/TableContext.js

12 lines
No EOL
266 B
JavaScript

'use client';
import * as React from 'react';
/**
* @ignore - internal component.
*/
const TableContext = /*#__PURE__*/React.createContext();
if (process.env.NODE_ENV !== 'production') {
TableContext.displayName = 'TableContext';
}
export default TableContext;