StarredEntitiesProps
Home > @backstage/plugin-home
> StarredEntitiesProps
Props for the StarredEntities component
Signature:
export type StarredEntitiesProps = {
noStarredEntitiesMessage?: React.ReactNode | undefined;
groupByKind?: boolean;
};