UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

8 lines (7 loc) 282 B
/** * Created by alexbuicescu on 21 - Mar 2018. */ import { AllProps } from './ButtonFacebookComponent.types'; export declare function fbComponentDidMount(props: AllProps): void; export declare function fbOnClick(props: AllProps): void; export declare function fbSignOut(): void;