UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

6 lines (5 loc) 197 B
import { CellType } from '../common/constant'; import { TableDataCell } from './table-data-cell'; export declare class TableSeriesNumberCell extends TableDataCell { get cellType(): CellType; }