choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
26 lines (18 loc) • 765 B
JavaScript
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 _defineProperty from "@babel/runtime/helpers/defineProperty";
import { Component } from 'react';
var OptGroup = /*#__PURE__*/function (_Component) {
_inherits(OptGroup, _Component);
var _super = _createSuper(OptGroup);
function OptGroup() {
_classCallCheck(this, OptGroup);
return _super.apply(this, arguments);
}
return _createClass(OptGroup);
}(Component);
_defineProperty(OptGroup, "isSelectOptGroup", true);
export { OptGroup as default };
//# sourceMappingURL=OptGroup.js.map