@antv/s2-react
Version:
use S2 with react
13 lines (12 loc) • 427 B
TypeScript
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;
}