UNPKG

@visactor/vtable

Version:

canvas table width high performance

6 lines (5 loc) 311 B
import type { PivotTableAPI } from '../ts-types'; import type { BaseTableAPI } from '../ts-types/base-table'; export declare function bindDrillEvent(table: BaseTableAPI): void; export declare function drillClick(table: BaseTableAPI): void; export declare function checkHaveDrill(table: PivotTableAPI): boolean;