@visactor/vtable
Version:
canvas table width high performance
5 lines (4 loc) • 441 B
TypeScript
import type { Scenegraph } from '../../scenegraph/scenegraph';
import type { CellRange, HighlightScope } from '../../ts-types';
export declare function clearSingleHover(scenegraph: Scenegraph, col: number, row: number, selectRanges: CellRange[], selectMode: HighlightScope): boolean;
export declare function updateSingleHover(scenegraph: Scenegraph, col: number, row: number, selectRanges: CellRange[], selectMode: HighlightScope): boolean;