UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

11 lines (10 loc) 412 B
import { CellBorderPosition, CornerCell } from '@antv/s2'; export declare class AxisCornerCell extends CornerCell { get cellType(): any; protected getBorderPositions(): CellBorderPosition[]; protected isBolderText(): boolean; getMaxTextWidth(): number; protected getTreeIconWidth(): number; protected getInteractedCells(): import("@antv/s2").CellMeta[]; protected initCell(): void; }