UNPKG

payload-authjs

Version:
6 lines (5 loc) 248 B
import type { SignInButtonProps } from "./SignInButton"; /** * Wrapper around the SignInButton component to use the webauthn signIn function */ export declare const SignInButtonWebauthn: (props: SignInButtonProps) => import("react").JSX.Element;