UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

3 lines (2 loc) 161 B
import { type IElement } from '@antv/g'; export declare const getAllChildCells: <T extends IElement<any, any>>(children: T[] | undefined, cellType: any) => T[];