Added api report

Signed-off-by: Liam Mackie <liam.mackie@octopus.com>
This commit is contained in:
Liam Mackie
2022-04-01 23:03:10 +10:00
parent 7870d602e2
commit 0078980992
+5
View File
@@ -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