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`

14 lines (13 loc) 433 B
/// <reference types="react" /> declare const bundle: ({ (props: any): any; displayName: string; } | { (props: import("./cn-layout-section/type").CnLayoutSectionLowCodeProps): import("react").JSX.Element; displayName: string; } | { (props: import("./cn-layout-block/type").CnLayoutBlockLowCodeProps): import("react").JSX.Element | null; typeMark: string; displayName: string; })[]; export default bundle;