Home > @uniformdev/design-system > ObjectGridItemCardCoverProps
ObjectGridItemCardCoverProps type
Signature:
type ObjectGridItemCardCoverProps = {
icon: IconType;
iconColor?: 'currentColor' | 'accent-dark' | 'accent-alt-dark';
} | {
imageUrl: string;
srcSet?: string;
alt?: string;
};
References: IconType