Home > @uniformdev/design-system > CreateTeamIntegrationTileProps
CreateTeamIntegrationTileProps type
Signature:
type CreateTeamIntegrationTileProps = React.HTMLAttributes<HTMLDivElement> & {
title?: string;
buttonText?: string;
onClick: () => void;
asDeepLink?: boolean;
};