exported General component from plugin-user-setting
Signed-off-by: Matteo Barone <matteo.barone@klarna.com>
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user