fix the warning in user-settings api-report
Signed-off-by: Yousif Al-Raheem <yousifalraheem@gmail.com>
This commit is contained in:
committed by
Yousif Al-Raheem
parent
de47ed71ef
commit
6df5070a52
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user