UNPKG

@clerk/clerk-js

Version:
4 lines (3 loc) 359 B
import type { EmailLinkVerifyProps } from './EmailLinkVerify'; export declare const SignInEmailLinkFlowComplete: (props: Omit<EmailLinkVerifyProps, "texts">) => import("@emotion/react/jsx-runtime").JSX.Element; export declare const SignUpEmailLinkFlowComplete: (props: Omit<EmailLinkVerifyProps, "texts">) => import("@emotion/react/jsx-runtime").JSX.Element;