UNPKG

android-credential-manager

Version:

An expo module to access the new Android credential Manager. Supports username/password, Passkeys and Google Sign In. This module is built to use the suggested and latest way to sign in users through Google

10 lines 405 B
import { FC } from "react"; interface SignInWithGoogleButtonProps { theme: "light" | "dark" | "neutral"; shape: "pill" | "rectangle"; text: "Sign in with Google" | "Sign up with Google" | "Continue with Google" | "Sign in"; onPress?: () => void; } export declare const SignInWithGoogleButton: FC<SignInWithGoogleButtonProps>; export {}; //# sourceMappingURL=SignInWithGoogleButton.d.ts.map