Home > @uniformdev/design-system > IntegrationComingSoonProps
IntegrationComingSoonProps type
Signature:
type IntegrationComingSoonProps = IntegrationTileFields & React.HTMLAttributes<HTMLDivElement> & {
id: string;
onUpVoteClick: () => void;
timing?: number;
};