Closed veej closed 8 months ago
Hi @veej.
Is it possible to add to the customisation of the header also the Icon of the hint?
const HintIcon = config.headerHintIcon ?? IconInfo ... <HintIcon size={12} color="currentColor" />
maybe the whole element?
{config.headerHintElement ?? <IconInfo size={12} color="currentColor" />}
Hi @veej.
Is it possible to add to the customisation of the header also the Icon of the hint?
maybe the whole element?