Optionalprops: SignOutButtonPropsThe props for the component.
Props for the SignOutButton component.
Optionalchildren?: ReactNodeThe children to render inside the button.
OptionalonSuccess?: () => voidA function to call when the sign-out is successful.
OptionalpendingLabel?: ReactNodeA label to render when the button state is pending.
Optionalvariant?: ButtonVariantThe variant of the button. Defaults to "primary".
OptionalasChild?: booleanSet to true to use a custom element or component in place of the default button element.
OptionalfullWidth?: booleanWhether the button should be full width.
OptionalisPending?: booleanWhether the button state is pending.
Optionalsize?: ButtonSizeThe size of the button. Defaults to "md".
The rendered component.
A button that signs the user out.