UNPKG

@antv/s2-react

Version:
13 lines (12 loc) 427 B
import { ColCell, Node, SpreadSheet, type ColHeaderConfig } from '@antv/s2'; /** * Cell for StrategySheet * ------------------------------------- * | root label | * | label1 label2 label3 | * -------------------------------------- */ export declare class StrategySheetColCell extends ColCell { constructor(meta: Node, spreadsheet: SpreadSheet, headerConfig: ColHeaderConfig); drawTextShape(): void; }