UNPKG

@hhgtech/hhg-components

Version:
4 lines (3 loc) 236 B
import { LoggedInResponseType } from "./"; export type SocialLoginType = 'google' | 'facebook' | 'apple'; export declare const loginBySocial: (token: string, social: string) => Promise<import("./").ReturnType<LoggedInResponseType>>;