@visactor/vtable
Version:
canvas table width high performance
7 lines (6 loc) • 321 B
TypeScript
import type { Scenegraph } from '../scenegraph';
import type { CellRange } from '../../ts-types';
import type { CustomSelectionStyle } from '../../ts-types';
export declare function updateCustomSelectBorder(scene: Scenegraph, selectRange: CellRange & {
skipBodyMerge?: boolean;
}, style: CustomSelectionStyle): void;