UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

23 lines (16 loc) 642 B
import _createClass from "@babel/runtime/helpers/createClass"; import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; import _inherits from "@babel/runtime/helpers/inherits"; import _createSuper from "@babel/runtime/helpers/createSuper"; import { Component } from 'react'; var TreeNode = /*#__PURE__*/function (_Component) { _inherits(TreeNode, _Component); var _super = _createSuper(TreeNode); function TreeNode() { _classCallCheck(this, TreeNode); return _super.apply(this, arguments); } return _createClass(TreeNode); }(Component); export { TreeNode as default }; //# sourceMappingURL=TreeNode.js.map