CreateButtonProps
Home > @backstage/core-components > CreateButtonProps
Properties for CreateButton()
Signature:
export type CreateButtonProps = {
title: string;
} & Partial<Pick<LinkProps, 'to'>>;
Home > @backstage/core-components > CreateButtonProps
Properties for CreateButton()
Signature:
export type CreateButtonProps = {
title: string;
} & Partial<Pick<LinkProps, 'to'>>;