UNPKG

react-antd-table-rowspan

Version:

react+antd表格指定的列,连续的,行合并

11 lines (10 loc) 194 B
/** * @description 渲染单元格 * */ declare function rendercell(params: any): { children: any; props: { [x: number]: string; }; }; export default rendercell;