Home > @uniformdev/design-system > IntegrationTileProps
IntegrationTileProps type
Signature:
type IntegrationTileProps = IntegrationTileFields & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
id: string;
requiedEntitlement?: boolean | undefined;
onAddIntegration: () => void;
isPublic?: boolean;
isInstalled?: boolean;
authorIcon?: string | React$1.ComponentType<{
className?: string;
}> | undefined;
};