BottomLinkProps
Home > @backstage/core-components
> BottomLinkProps
Signature:
export type BottomLinkProps = {
link: string;
title: string;
onClick?: (event: React.MouseEvent<HTMLAnchorElement>) => void;
};
Home > @backstage/core-components
> BottomLinkProps
Signature:
export type BottomLinkProps = {
link: string;
title: string;
onClick?: (event: React.MouseEvent<HTMLAnchorElement>) => void;
};