UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

7 lines (6 loc) 164 B
import type { SpreadSheet } from '../../sheet-type'; export type GridGroupConstructorParameters = { s2: SpreadSheet; name?: string; zIndex?: number; };