Merge pull request #28243 from autodesk-forks/nikolar/fixMissingExports
Add missing exports for @backstage/plugin-home
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-home': patch
|
||||
---
|
||||
|
||||
Exported `QuickStartCard` component.
|
||||
@@ -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;
|
||||
|
||||
@@ -35,6 +35,7 @@ export {
|
||||
HomePageTopVisited,
|
||||
HomePageRecentlyVisited,
|
||||
FeaturedDocsCard,
|
||||
QuickStartCard,
|
||||
} from './plugin';
|
||||
export * from './components';
|
||||
export * from './assets';
|
||||
|
||||
Reference in New Issue
Block a user