UNPKG

@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`

9 lines (8 loc) 299 B
"use strict"; exports.__esModule = true; var _cnLayout = require("./components/cn-layout"); Object.keys(_cnLayout).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (key in exports && exports[key] === _cnLayout[key]) return; exports[key] = _cnLayout[key]; });