Home > @uniformdev/design-system > IntegrationModalIconProps

IntegrationModalIconProps type

Signature:

type IntegrationModalIconProps = React$1.ImgHTMLAttributes<HTMLImageElement> & {
    icon: string | React$1.ComponentType<{
        className?: string;
    }> | undefined;
    name: string;
};