supertokens-auth-react
Version:
ReactJS SDK that provides login functionality with SuperTokens.
6 lines (5 loc) • 339 B
TypeScript
/// <reference types="react" />
import type { EmailVerificationThemeProps } from "../../../types";
export declare function EmailVerificationTheme(props: EmailVerificationThemeProps): JSX.Element;
declare function EmailVerificationThemeWrapper(props: EmailVerificationThemeProps): JSX.Element;
export default EmailVerificationThemeWrapper;