UNPKG

@visactor/vtable

Version:

canvas table width high performance

3 lines (2 loc) 246 B
import type { BaseTableAPI } from '../../../../ts-types/base-table'; export declare function updateAutoRow(colStart: number, colEnd: number, rowStart: number, rowEnd: number, table: BaseTableAPI, direction?: 'up' | 'down', part?: boolean): void;