UNPKG

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