@visactor/vtable
Version:
canvas table width high performance
6 lines (5 loc) • 338 B
TypeScript
import type { BaseTableAPI } from '../../ts-types/base-table';
import type { Scenegraph } from '../scenegraph';
export declare function createReactContainer(table: BaseTableAPI): void;
export declare function updateReactContainer(table: BaseTableAPI): void;
export declare function updateReactComponentContainer(scene: Scenegraph): void;