Home > @uniformdev/design-system > ObjectGridItemIconWithTooltipProps
ObjectGridItemIconWithTooltipProps type
Signature:
type ObjectGridItemIconWithTooltipProps = {
tooltipTitle: string;
icon: IconType;
iconColor?: IconColor;
} & Pick<TooltipProps, 'placement' | 'withoutPortal'>;
References: IconType, TooltipProps