choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
24 lines (17 loc) • 679 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 { Component } from 'react';
/* eslint-disable react/prefer-stateless-function */
var Column = /*#__PURE__*/function (_Component) {
_inherits(Column, _Component);
var _super = _createSuper(Column);
function Column() {
_classCallCheck(this, Column);
return _super.apply(this, arguments);
}
return _createClass(Column);
}(Component);
export { Column as default };
//# sourceMappingURL=Column.js.map