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