Merge pull request #21334 from cursedcoder/patch-1
Add missing export for IconLinkVertical
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Add missing export for IconLinkVertical
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user