Exported SortView frontend component from the Bazaar plugin

Signed-off-by: Marcus Crane <marcus@utf9k.net>
This commit is contained in:
Marcus Crane
2022-05-05 16:03:57 +12:00
parent dd0322f41d
commit 84c9e35a2f
3 changed files with 11 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-bazaar': patch
---
Exported the SortView component from the Bazaar plugin for use directly
+5
View File
@@ -28,5 +28,10 @@ export const bazaarPlugin: BackstagePlugin<
// @public (undocumented)
export const EntityBazaarInfoCard: () => JSX.Element | null;
// Warning: (ae-missing-release-tag) "SortView" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const SortView: () => JSX.Element;
// (No @packageDocumentation comment for this package)
```
+1
View File
@@ -16,3 +16,4 @@
export { bazaarPlugin, BazaarPage } from './plugin';
export { EntityBazaarInfoCard } from './components/EntityBazaarInfoCard';
export { SortView } from './components/SortView';