@visactor/vtable
Version:
canvas table width high performance
4 lines (3 loc) • 321 B
TypeScript
import type { CellSubLocation } from '../../ts-types';
import type { Scenegraph } from '../scenegraph';
export declare function createCellSelectBorder(scene: Scenegraph, start_Col: number, start_Row: number, end_Col: number, end_Row: number, selectRangeType: CellSubLocation, selectId: string, strokes: boolean[]): void;