Interface AriaTooltipTrigger

interface AriaTooltipTrigger {
    tooltipProps: HTMLAttributes<any>;
    triggerProps: HTMLAttributes<any>;
}

Properties

tooltipProps: HTMLAttributes<any>

Props for the tooltip container element.

triggerProps: HTMLAttributes<any>

Props for the trigger element.

Generated using TypeDoc