import React from 'react'; const TreeContext = /*#__PURE__*/React.createContext({ isChild: false, depth: 0, hasHover: true }); export default TreeContext; //# sourceMappingURL=TreeContext.js.map