@visactor/vtable
Version:
canvas table width high performance
5 lines (4 loc) • 339 B
TypeScript
import type { ColumnInfo } from '../../../../ts-types';
import type { SceneProxy } from '../proxy';
export declare function dynamicSetX(x: number, screenLeft: ColumnInfo | null, isEnd: boolean, proxy: SceneProxy): Promise<void>;
export declare function updateColContent(syncLeftCol: number, syncRightCol: number, proxy: SceneProxy): void;