UNPKG

@visactor/vtable

Version:

canvas table width high performance

7 lines (6 loc) 321 B
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;