Merge pull request #28243 from autodesk-forks/nikolar/fixMissingExports

Add missing exports for @backstage/plugin-home
This commit is contained in:
Ben Lambert
2024-12-23 09:50:21 +01:00
committed by GitHub
3 changed files with 11 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-home': patch
---
Exported `QuickStartCard` component.
+5
View File
@@ -187,6 +187,11 @@ export type LayoutConfiguration = {
// @public
export type Operators = '<' | '<=' | '==' | '!=' | '>' | '>=' | 'contains';
// @public
export const QuickStartCard: (
props: CardExtensionProps_2<QuickStartCardProps>,
) => JSX_2.Element;
// @public
export type QuickStartCardProps = {
modalTitle?: string | React_2.JSX.Element;
+1
View File
@@ -35,6 +35,7 @@ export {
HomePageTopVisited,
HomePageRecentlyVisited,
FeaturedDocsCard,
QuickStartCard,
} from './plugin';
export * from './components';
export * from './assets';