UNPKG

@appello/mobile

Version:

Common package with many useful features for mobile development

2 lines (1 loc) 148 B
export declare function useGoogleSignIn(onSuccess: (token: string) => void | Promise<void>, onError?: (e: unknown) => void): [() => Promise<void>];