//! Components you can query or observer in order to change appearance
//! of the tooltips
use Component;
/// Marker for the `Tooltip` title node
;
/// Marker for the `Tooltip` title text this will be place in `TooltipTitleNode`
;
/// Marker for the `Tooltip` info node, that is the node that holds all non title text
;
/// Marker for the `Tooltip` texts that is not interactable
;