@cainiaofe/cn-ui-charts
Version:
22 lines (21 loc) • 1.33 kB
JavaScript
;
exports.__esModule = true;
exports["default"] = exports.CnLayoutSpace = exports.CnLayoutSection = exports.CnLayoutRow = exports.CnLayoutNav = exports.CnLayoutHeader = exports.CnLayoutGrid = exports.CnLayoutFooter = exports.CnLayoutFixedPoint = exports.CnLayoutFixedContainer = exports.CnLayoutContent = exports.CnLayoutCol = exports.CnLayoutCell = exports.CnLayoutBlock = exports.CnLayoutAside = void 0;
var _cnUiLayout = require("@cainiaofe/cn-ui-layout");
exports.CnLayoutPage = _cnUiLayout.CnLayoutPage;
exports.CnLayoutHeader = _cnUiLayout.CnLayoutHeader;
exports.CnLayoutNav = _cnUiLayout.CnLayoutNav;
exports.CnLayoutAside = _cnUiLayout.CnLayoutAside;
exports.CnLayoutContent = _cnUiLayout.CnLayoutContent;
exports.CnLayoutFooter = _cnUiLayout.CnLayoutFooter;
exports.CnLayoutSection = _cnUiLayout.CnLayoutSection;
exports.CnLayoutBlock = _cnUiLayout.CnLayoutBlock;
exports.CnLayoutGrid = _cnUiLayout.CnLayoutGrid;
exports.CnLayoutRow = _cnUiLayout.CnLayoutRow;
exports.CnLayoutCol = _cnUiLayout.CnLayoutCol;
exports.CnLayoutCell = _cnUiLayout.CnLayoutCell;
exports.CnLayoutFixedPoint = _cnUiLayout.CnLayoutFixedPoint;
exports.CnLayoutFixedContainer = _cnUiLayout.CnLayoutFixedContainer;
exports.CnLayoutSpace = _cnUiLayout.CnLayoutSpace;
var _default = _cnUiLayout.CnLayoutPage;
exports["default"] = _default;