Skip to main content
function LinkAuthError(props: HTMLAttributes<HTMLDivElement>): null | Element;
A component for displaying an error banner in the LinkAuth component.

Parameters

ParameterTypeDescription
propsHTMLAttributes<HTMLDivElement>The props for the LinkAuthError component.

Returns

null | Element The LinkAuthError component.