@cainiaofe/cn-ui-layout
Version:
- 安装 cone-cli | [Cone-CLI 使用指引](https://alidocs.dingtalk.com/i/nodes/xdqZp24KneBJzvGM6XezJvyb7RA0Nr1E) - `tnpm i -g @alife/cone-cli@latest` - 安装依赖包 - `cone install` - 启动研发 - `cone start`
12 lines • 983 B
JavaScript
import CnLayoutPagePrototypeView from "./cn-layout-page/prototypeView";
import CnLayoutCellPrototypeView from "./cn-layout-cell/prototypeView";
import CnLayoutHeaderPrototypeView from "./cn-layout-header/prototypeView";
import CnLayoutContentPrototypeView from "./cn-layout-content/prototypeView";
import CnLayoutSectionPrototypeView from "./cn-layout-section/prototypeView";
import CnLayoutRowPrototypeView from "./cn-layout-row/prototypeView";
import CnLayoutColPrototypeView from "./cn-layout-col/prototypeView";
import CnLayoutAsidePrototypeView from "./cn-layout-aside/prototypeView";
import CnLayoutBlockPrototypeView from "./cn-layout-block/prototypeView";
import "./prototypeView.scss";
var bundle = [CnLayoutPagePrototypeView, CnLayoutCellPrototypeView, CnLayoutHeaderPrototypeView, CnLayoutContentPrototypeView, CnLayoutSectionPrototypeView, CnLayoutRowPrototypeView, CnLayoutColPrototypeView, CnLayoutAsidePrototypeView, CnLayoutBlockPrototypeView];
export default bundle;