UNPKG

@visactor/vtable

Version:

canvas table width high performance

4 lines (3 loc) 277 B
import type { BaseTableAPI } from '../../ts-types/base-table'; export declare function clearChartHover(col: number, row: number, table: BaseTableAPI): void; export declare function updateChartHover(col: number, row: number, x: number, y: number, table: BaseTableAPI): boolean;