UNPKG

@visactor/vtable

Version:

canvas table width high performance

4 lines (3 loc) 257 B
import type { CellAddress } from '../../ts-types'; import type { BaseTableAPI } from '../../ts-types/base-table'; export declare function updateCol(removeCells: CellAddress[], addCells: CellAddress[], updateCells: CellAddress[], table: BaseTableAPI): void;