UNPKG

mui-component

Version:

some custom mui components

10 lines (9 loc) 260 B
import React from "react"; /** * @ignore - internal component. */ var TreeViewContext = /*#__PURE__*/React.createContext({}); if (process.env.NODE_ENV !== "production") { TreeViewContext.displayName = "TreeViewContext"; } export default TreeViewContext;