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`

49 lines (48 loc) 1.14 kB
/// <reference types="react" /> declare const CnLayoutPagePrototype: { title: string; componentName: string; icon: import("react").JSX.Element; docUrl: string; isContainer: boolean; disableBehaviors: string; initialChildren: { componentName: string; props: { isCnLayoutContent: boolean; }; }[]; configure: ({ name: string; title: string; initialValue: boolean; display: string; collapsed?: undefined; setter?: undefined; } | { name: string; title: string; initialValue: { type: string; value: string; }; display: string; collapsed?: undefined; setter?: undefined; } | { title: string; display: string; collapsed: boolean; setter: { componentName: string; props: { config: { items: any; }; }; }; name?: undefined; initialValue?: undefined; })[]; }; export { CnLayoutPagePrototype };