@web3auth-mpc/ui
Version:
Ui modal for web3Auth
5 lines (4 loc) • 476 B
TypeScript
import { LOGIN_PROVIDER_TYPE } from "@toruslabs/openlogin-utils";
export declare function capitalizeFirstLetter(string: string): string;
export declare const OPENLOGIN_PROVIDERS: ("google" | "facebook" | "reddit" | "discord" | "twitch" | "apple" | "line" | "github" | "kakao" | "linkedin" | "twitter" | "weibo" | "wechat" | "email_passwordless" | "sms_passwordless" | "webauthn" | "jwt")[];
export declare const OPENLOGIN_PROVIDERS_NAMES: Record<LOGIN_PROVIDER_TYPE, string>;