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`

56 lines (55 loc) 1.4 kB
/// <reference types="react" /> declare const CnLayoutHeaderPrototype: { title: string; componentName: string; icon: import("react").JSX.Element; docUrl: string; isContainer: boolean; configure: ({ name: string; title: string; initialValue: boolean; display: string; setter?: undefined; supportVariable?: undefined; } | { name: string; title: string; initialValue: { type: string; value: string; }; display: string; setter?: undefined; supportVariable?: undefined; } | { name: string; title: string; display: string; setter: string; supportVariable: boolean; initialValue?: undefined; } | { name: string; title: string; display: string; supportVariable: boolean; setter: { componentName: string; props: { mode: string; itemSetter: { componentName: string; initialValue: any; props: { config: { items: any; }; }; }; }; }; initialValue?: undefined; })[]; }; export { CnLayoutHeaderPrototype };