UNPKG

@visactor/vtable

Version:

canvas table width high performance

11 lines (8 loc) 287 B
import { BaseTooltip } from "./BaseTooltip"; import { BubbleTooltipElement } from "./logic/BubbleTooltipElement"; export class BubbleTooltip extends BaseTooltip { createTooltipElementInternal() { return new BubbleTooltipElement; } } //# sourceMappingURL=Tooltip.js.map