UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

4 lines (3 loc) 242 B
import type { DisplayObject } from '@antv/g'; import type { CellAppendInfo } from '../../common'; export declare const getAppendInfo: <T extends Record<string, any> = CellAppendInfo<import("@antv/s2").Node>>(eventTarget: DisplayObject) => T;