packages: regenerate all API reports with prettier
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
|
||||
/// <reference types="react" />
|
||||
|
||||
import { ApiRef } from '@backstage/core-plugin-api';
|
||||
@@ -14,10 +13,17 @@ import { RouteRef } from '@backstage/core-plugin-api';
|
||||
import { SessionApi } from '@backstage/core-plugin-api';
|
||||
|
||||
// @public (undocumented)
|
||||
export const DefaultProviderSettings: ({ configuredProviders }: Props_3) => JSX.Element;
|
||||
export const DefaultProviderSettings: ({
|
||||
configuredProviders,
|
||||
}: Props_3) => JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export const ProviderSettingsItem: ({ title, description, icon: Icon, apiRef, }: Props_4) => JSX.Element;
|
||||
export const ProviderSettingsItem: ({
|
||||
title,
|
||||
description,
|
||||
icon: Icon,
|
||||
apiRef,
|
||||
}: Props_4) => JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export const Router: ({ providerSettings }: Props) => JSX.Element;
|
||||
@@ -29,7 +35,9 @@ export const Settings: () => JSX.Element;
|
||||
export const UserSettingsAppearanceCard: () => JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export const UserSettingsAuthProviders: ({ providerSettings }: Props_2) => JSX.Element;
|
||||
export const UserSettingsAuthProviders: ({
|
||||
providerSettings,
|
||||
}: Props_2) => JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export const UserSettingsFeatureFlags: () => JSX.Element;
|
||||
@@ -41,19 +49,24 @@ export const UserSettingsGeneral: () => JSX.Element;
|
||||
export const UserSettingsMenu: () => JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export const UserSettingsPage: ({ providerSettings }: {
|
||||
providerSettings?: JSX.Element | undefined;
|
||||
export const UserSettingsPage: ({
|
||||
providerSettings,
|
||||
}: {
|
||||
providerSettings?: JSX.Element | undefined;
|
||||
}) => JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export const UserSettingsPinToggle: () => JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
const userSettingsPlugin: BackstagePlugin< {
|
||||
settingsPage: RouteRef<undefined>;
|
||||
}, {}>;
|
||||
export { userSettingsPlugin as plugin }
|
||||
export { userSettingsPlugin }
|
||||
const userSettingsPlugin: BackstagePlugin<
|
||||
{
|
||||
settingsPage: RouteRef<undefined>;
|
||||
},
|
||||
{}
|
||||
>;
|
||||
export { userSettingsPlugin as plugin };
|
||||
export { userSettingsPlugin };
|
||||
|
||||
// @public (undocumented)
|
||||
export const UserSettingsProfileCard: () => JSX.Element;
|
||||
@@ -66,10 +79,9 @@ export const UserSettingsThemeToggle: () => JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export const useUserProfile: () => {
|
||||
profile: ProfileInfo;
|
||||
displayName: string;
|
||||
profile: ProfileInfo;
|
||||
displayName: string;
|
||||
};
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user