interface HelpPopoverLabelProps {
    text: ReactNode;
}

Properties

Properties

text: ReactNode