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`

6 lines (5 loc) 230 B
import { ForwardRefExoticComponent } from 'react'; import { CnLayoutCellProps, TypeMark } from './types'; type ICell = ForwardRefExoticComponent<CnLayoutCellProps> & TypeMark; declare const RefCell: ICell; export default RefCell;