SupportItem
Home > @backstage/core-components
> SupportItem
Signature:
export type SupportItem = {
title: string;
icon?: string;
links: SupportItemLink[];
};
References: SupportItemLink
Home > @backstage/core-components
> SupportItem
Signature:
export type SupportItem = {
title: string;
icon?: string;
links: SupportItemLink[];
};
References: SupportItemLink