UNPKG

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