UNPKG

@railzai/railz-visualizations

Version:
14 lines (13 loc) 332 B
import { RVTooltipIndicatorStyle } from '../../types'; export declare class Tooltip { /** * Question mark with a tooltip text */ readonly text?: string; readonly tooltipText: string; /** * Position of the Tooltip text when hovered */ readonly tooltipStyle?: RVTooltipIndicatorStyle; render(): HTMLElement; }