Properties
Static Apple
Apple
: typeof Apple = AppleStatic EmailVerificationTheme
EmailVerificationTheme: (props: EmailVerificationThemeProps) => JSX.Element = EmailVerificationTheme
Type declaration
- (props: EmailVerificationThemeProps): JSX.Element
Parameters
props: EmailVerificationThemeProps
Returns JSX.Element
Static Github
Github
: typeof Github = GithubStatic Google
Google
: typeof Google = GoogleStatic SignInAndUpTheme
SignInAndUpTheme: (props: SignInAndUpThemeProps) => JSX.Element = SignInAndUpTheme
Type declaration
- (props: SignInAndUpThemeProps): JSX.Element
Parameters
props: SignInAndUpThemeProps
Returns JSX.Element
Static ThirdPartyAuth
ThirdPartyAuth: (__namedParameters: { children: Element; requireAuth?: false | true; onSessionExpired?: any }) => JSX.Element = ThirdPartyAuth
Type declaration
- (__namedParameters: { children: Element; requireAuth?: false | true; onSessionExpired?: any }): JSX.Element
Parameters
__namedParameters: { children: Element; requireAuth?: false | true; onSessionExpired?: any }
children: Element
Optional requireAuth?: false | true
onSessionExpired?:function
Returns JSX.Element