UNPKG

@visactor/vtable

Version:

canvas table width high performance

9 lines (8 loc) 481 B
import type { Scenegraph } from '../scenegraph'; import type { CellRange } from '../../ts-types'; export declare function updateAllSelectComponent(scene: Scenegraph): void; export declare function updateCellSelectBorder(scene: Scenegraph, selectRange: CellRange & { skipBodyMerge?: boolean; }, ifExtendSelectRange?: boolean): void; export declare function hideCellSelectBorder(scene: Scenegraph): void; export declare function restoreCellSelectBorder(scene: Scenegraph): void;