UNPKG

choerodon-ui

Version:

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

66 lines (51 loc) 1.84 kB
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; import _createClass from "@babel/runtime/helpers/createClass"; import _inherits from "@babel/runtime/helpers/inherits"; import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn"; import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf"; function _createSuper(Derived) { function isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } return function () { var Super = _getPrototypeOf(Derived), result; if (isNativeReflectConstruct()) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } import React, { PureComponent } from 'react'; var FormVirtualGroup = /*#__PURE__*/ function (_PureComponent) { _inherits(FormVirtualGroup, _PureComponent); var _super = _createSuper(FormVirtualGroup); function FormVirtualGroup() { _classCallCheck(this, FormVirtualGroup); return _super.apply(this, arguments); } _createClass(FormVirtualGroup, [{ key: "render", value: function render() { var children = this.props.children; return React.createElement("div", null, children); } }]); return FormVirtualGroup; }(PureComponent); export { FormVirtualGroup as default }; FormVirtualGroup.displayName = 'FormVirtualGroup'; //# sourceMappingURL=FormVirtualGroup.js.map