Skip to main content
function SignInModalContent(props: SignInModalContentProps): Element;
The sign in modal content.

Parameters

ParameterTypeDescription
propsSignInModalContentPropsThe props for the SignInModalContent component.

Returns

Element The SignInModalContent component.
I