interface ToolTipProps {
    direction?: string;
    text: string;
    trigger: Element;
}

Properties

direction?: string
text: string
trigger: Element