UNPKG

react-native-gigya-sdk

Version:
5 lines (4 loc) 288 B
import type { GigyaSdkErrorType, GigyaSdkStateType } from '../types'; declare type ProviderType = Exclude<Exclude<GigyaSdkStateType['authenticationAttempt'], undefined>['type'], undefined>; export default function (type: ProviderType, error: GigyaSdkErrorType): Promise<void>; export {};