fix the warning in user-settings api-report

Signed-off-by: Yousif Al-Raheem <yousifalraheem@gmail.com>
This commit is contained in:
yousifalraheem
2022-04-04 17:23:23 +02:00
committed by Yousif Al-Raheem
parent de47ed71ef
commit 6df5070a52
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -115,8 +115,6 @@ export const UserSettingsSignInAvatar: ({ size }: Props_5) => JSX.Element;
// @public
export const UserSettingsTab: (props: UserSettingsTabProps) => JSX.Element;
// Warning: (ae-missing-release-tag) "UserSettingsTabProps" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type UserSettingsTabProps = PropsWithChildren<{
path: string;
@@ -19,6 +19,7 @@ import { attachComponentData } from '@backstage/core-plugin-api';
/** @public */
export const USER_SETTINGS_TAB_KEY = 'user-settings.tab';
/** @public */
export type UserSettingsTabProps = PropsWithChildren<{
/**
* The path to the tab in the settings route