@visactor/vtable
Version:
canvas table width high performance
9 lines (8 loc) • 333 B
TypeScript
import { type ColumnIconOption, type SvgIcon } from '../ts-types';
import type { BaseTableAPI } from '../ts-types/base-table';
export declare class RowSeriesNumberHelper {
dragReorderIconName: SvgIcon;
_table: BaseTableAPI;
constructor(_table: BaseTableAPI);
getIcons(col: number, row: number): ColumnIconOption[];
}