Interface AriaTooltip

interface AriaTooltip {
    tooltipProps: HTMLAttributes<any>;
}

Properties

Properties

tooltipProps: HTMLAttributes<any>

Props for the tooltip container element.

Generated using TypeDoc