@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`
6 lines (5 loc) • 367 B
TypeScript
import { CnLayoutSectionProps } from "../../components/cn-layout/index";
import { CnLayoutSectionLowCodeProps } from './type';
export declare const getExtraDom: (props: CnLayoutSectionLowCodeProps) => any;
export declare const getSlotDom: (componentSlot?: any) => any;
export declare const getExtraProps: (props: CnLayoutSectionLowCodeProps) => CnLayoutSectionProps;