QuickStartCardProps
Home > @backstage/plugin-home
> QuickStartCardProps
Props customizing the
Signature:
export type QuickStartCardProps = {
modalTitle?: string | React.JSX.Element;
docsLinkTitle?: string;
docsLink?: string;
video?: React.JSX.Element;
image: React.JSX.Element;
cardDescription?: string;
downloadImage?: React.JSX.Element;
};