UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

5 lines (4 loc) 231 B
import { RootInteraction as OriginRootInteraction, type CellMeta } from '@antv/s2'; export declare class RootInteraction extends OriginRootInteraction { shouldForbidHeaderCellSelected: (selectedCells: CellMeta[]) => boolean; }