UNPKG

@visactor/vtable

Version:

canvas table width high performance

5 lines (4 loc) 233 B
import type { Stage } from './../../vrender'; import type { DebugToolOptions } from './debug-tool'; import { DebugTool } from './debug-tool'; export declare function bindDebugTool(stage: Stage, options: DebugToolOptions): DebugTool;