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`

8 lines (7 loc) 344 B
declare function isDesignMode(props: { __designMode: any; }): boolean; declare function executeFunction(func: unknown, ...rest: any[]): any; declare function getLowCodeCoreUtil(path: string): any; declare function isArrayNotEmpty(list: unknown): list is any[]; export { isDesignMode, executeFunction, getLowCodeCoreUtil, isArrayNotEmpty };