UNPKG

@material-ui/lab

Version:

Material-UI Lab - Incubator for Material-UI React components.

12 lines (9 loc) 252 B
import * as React from 'react'; /** * @ignore - internal component. */ var TreeViewContext = React.createContext({}); if (process.env.NODE_ENV !== 'production') { TreeViewContext.displayName = 'TreeViewContext'; } export default TreeViewContext;