/**
 * Tooltip supported content
 */
type TooltipContent = HTMLElement | DocumentFragment | Node | string;

export default TooltipContent;
