UNPKG

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