From 007898099207749810855dd7d017f526dfdb1307 Mon Sep 17 00:00:00 2001 From: Liam Mackie Date: Fri, 1 Apr 2022 23:03:10 +1000 Subject: [PATCH] Added api report Signed-off-by: Liam Mackie --- packages/core-components/api-report.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/core-components/api-report.md b/packages/core-components/api-report.md index a8c51b6913..ef74f0b0ac 100644 --- a/packages/core-components/api-report.md +++ b/packages/core-components/api-report.md @@ -510,6 +510,11 @@ export type IconLinkVerticalProps = { title?: string; }; +// Warning: (ae-missing-release-tag) "IdentityProviders" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export type IdentityProviders = ('guest' | 'custom' | SignInProviderConfig)[]; + // Warning: (ae-forgotten-export) The symbol "Props" needs to be exported by the entry point index.d.ts // // @public