UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

6 lines (5 loc) 184 B
import { DataCell } from '../data-cell'; import { BaseCellPool } from './base'; export declare class DataCellPool extends BaseCellPool<DataCell> { release(cell: DataCell): void; }