UNPKG

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