Přeskočit na hlavní obsah

Module: components/SignOutButton

Functions

default

default(props): Element

Bootstrap button with sign out functionality. The onClick and disabled props are already handled.

Parameters

NameTypeDescription
propsOmit<ButtonProps, "onClick" | "disabled">Props to pass to the button component without onClick (that is handled by this component).

Returns

Element

Defined in

src/web-app/src/components/SignOutButton.tsx:12