interface HintBodyProps {
    children?: ReactNode;
    className?: string;
}

Properties

children?: ReactNode

Content rendered inside the hint body.

className?: string

Additional classes applied to the hint body.