@visactor/vtable
Version:
canvas table width high performance
6 lines (5 loc) • 339 B
TypeScript
import type { BaseTableAPI } from '../../ts-types/base-table';
import type { StickCell } from '../../ts-types';
export declare function resetTextStick(table: BaseTableAPI): Map<string, StickCell>;
export declare function handleTextStick(table: BaseTableAPI): void;
export declare function checkHaveTextStick(table: BaseTableAPI): boolean;