Merge pull request #21334 from cursedcoder/patch-1

Add missing export for IconLinkVertical
This commit is contained in:
Fredrik Adelöw
2023-11-17 12:13:46 +01:00
committed by GitHub
3 changed files with 17 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Add missing export for IconLinkVertical
+11
View File
@@ -541,6 +541,17 @@ export type HorizontalScrollGridClassKey =
| 'buttonLeft'
| 'buttonRight';
// @public (undocumented)
export function IconLinkVertical({
color,
disabled,
href,
icon,
label,
onClick,
title,
}: IconLinkVerticalProps): React_2.JSX.Element;
// @public (undocumented)
export type IconLinkVerticalClassKey =
| 'link'
@@ -15,6 +15,7 @@
*/
export { HeaderIconLinkRow } from './HeaderIconLinkRow';
export { IconLinkVertical } from './IconLinkVertical';
export type { HeaderIconLinkRowClassKey } from './HeaderIconLinkRow';
export type {
IconLinkVerticalProps,