Skip to main content
Version: Next

IconLinkVerticalProps

Home > @backstage/core-components > IconLinkVerticalProps

Signature:

export type IconLinkVerticalProps = {
color?: 'primary' | 'secondary';
disabled?: boolean;
href?: string;
icon?: React.ReactNode;
label: string;
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
title?: string;
};