Skip to main content

SidebarSignOutButton()

Home > @backstage/dev-utils > SidebarSignOutButton

Button for sidebar that signs out user

Signature:

SidebarSignOutButton: (props: {
icon?: IconComponent;
text?: string;
}) => import("react/jsx-runtime").JSX.Element

Parameters

Parameter

Type

Description

props

{ icon?: IconComponent; text?: string; }

**Returns:**

import("react/jsx-runtime").JSX.Element