exported General component from plugin-user-setting

Signed-off-by: Matteo Barone <matteo.barone@klarna.com>
This commit is contained in:
Matteo Barone
2021-06-24 15:21:27 +02:00
parent c04e070bfc
commit 71afed7f34
3 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-user-settings': patch
---
Exported `General` component from the plugin, to be able to use it in the consumer side and customize the `SettingPage`
+3
View File
@@ -16,6 +16,9 @@ export const AuthProviders: ({ providerSettings }: Props_2) => JSX.Element;
// @public (undocumented)
export const DefaultProviderSettings: ({ configuredProviders }: Props_3) => JSX.Element;
// @public (undocumented)
export const General: () => JSX.Element;
// @public (undocumented)
export const ProviderSettingsItem: ({ title, description, icon: Icon, apiRef, }: Props_4) => JSX.Element;
@@ -16,3 +16,4 @@
export { Settings } from './Settings';
export { SettingsPage as Router } from './SettingsPage';
export * from './AuthProviders';
export { General } from './General';