Skip to main content
Version: Next

SidebarSignOutButton()

Home > @backstage/dev-utils > SidebarSignOutButton

Button for sidebar that signs out user

Signature:

SidebarSignOutButton: (props: {
icon?: IconComponent;
text?: string;
}) => React.JSX.Element

Parameters

Parameter

Type

Description

props

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

**Returns:**

React.JSX.Element