UNPKG

@visactor/vtable

Version:

canvas table width high performance

6 lines (5 loc) 231 B
import { BaseTooltip } from './BaseTooltip'; import { BubbleTooltipElement } from './logic/BubbleTooltipElement'; export declare class BubbleTooltip extends BaseTooltip { createTooltipElementInternal(): BubbleTooltipElement; }