ItemCardHeaderProps
Home > @backstage/core-components
> ItemCardHeaderProps
Signature:
export type ItemCardHeaderProps = Partial<WithStyles<typeof styles>> & {
title?: React.ReactNode;
subtitle?: React.ReactNode;
children?: React.ReactNode;
};