choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
8 lines (7 loc) • 300 B
JavaScript
/**
* Webpack has bug for import loop, which is not the same behavior as ES module.
* When util.js imports the TreeNode for tree generate will cause treeContextTypes be empty.
*/
import React from 'react';
export var TreeContext = React.createContext({});
//# sourceMappingURL=contextTypes.js.map