diff --git a/packages/core-components/api-report.md b/packages/core-components/api-report.md index 1c3717f1ee..82d75fba96 100644 --- a/packages/core-components/api-report.md +++ b/packages/core-components/api-report.md @@ -807,7 +807,7 @@ export const ProxiedSignInPage: ( // @public export type ProxiedSignInPageProps = SignInPageProps & { provider: string; - getHeaders?: () => Promise; + headers?: RefreshHeaders; }; // Warning: (ae-missing-release-tag) "Ranker" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -1533,4 +1533,5 @@ export type WarningPanelClassKey = // src/components/TabbedLayout/RoutedTabs.d.ts:9:5 - (ae-forgotten-export) The symbol "SubRoute" needs to be exported by the entry point index.d.ts // src/components/Table/Table.d.ts:20:5 - (ae-forgotten-export) The symbol "SelectedFilters" needs to be exported by the entry point index.d.ts // src/layout/ErrorBoundary/ErrorBoundary.d.ts:8:5 - (ae-forgotten-export) The symbol "SlackChannel" needs to be exported by the entry point index.d.ts +// src/layout/ProxiedSignInPage/ProxiedSignInPage.d.ts:19:5 - (ae-forgotten-export) The symbol "RefreshHeaders" needs to be exported by the entry point index.d.ts ```