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