Export Select component from core

I saw the Select component on storybook and went
to use it but it seems it's not exported. Any chance
it could be exported?
This commit is contained in:
Iain Billett
2021-02-11 17:29:53 +00:00
parent 1b38e38094
commit 07e2268723
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---
Export Select component
+1
View File
@@ -31,6 +31,7 @@ export * from './MarkdownContent';
export * from './OAuthRequestDialog';
export * from './Progress';
export * from './ProgressBars';
export * from './Select';
export * from './SimpleStepper';
export * from './Status';
export * from './StructuredMetadataTable';