react-web-native-sketch
Version:
[TODO: We need an overview of how this can be used via npm vs as a local package]
13 lines (12 loc) • 359 B
TypeScript
/**
* Created by alexbuicescu on 21 - Mar 2018.
*/
import { AllProps } from './ButtonGoogleComponent.type';
declare global {
interface Window {
gapi?: any;
}
}
export declare function googleComponentDidMount(props: AllProps): void;
export declare function googleOnClick(props: AllProps): void;
export declare function googleSignOut(): void;