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

Properties

children?: ReactNode

Content rendered inside the hint footer.

className?: string

Additional classes applied to the hint footer.