UNPKG

244 BTypeScriptView Raw
1import { GoogleOAuth as GoogleOAuthClass } from './GoogleOAuth';
2import { FacebookOAuth as FacebookOAuthClass } from './FacebookOAuth';
3export declare const GoogleOAuth: GoogleOAuthClass;
4export declare const FacebookOAuth: FacebookOAuthClass;