interface HintProps {
    actions?: ReactNode;
    children?: ReactNode;
    className?: string;
}

Properties

actions?: ReactNode

Actions of the hint.

children?: ReactNode

Content rendered inside the hint.

className?: string

Additional classes applied to the hint.