Repository URL to install this package:
|
Version:
0.0.5 ▾
|
import * as React from 'react';
declare class FacebookSignIn extends React.PureComponent {
static defaultProps: {
socialId: string;
language: string;
scope: string;
xfbml: boolean;
fields: string;
version: string;
className: string;
cookie: boolean;
};
handleResponse: (response: any) => void;
render(): JSX.Element;
}
export { FacebookSignIn };
export default FacebookSignIn;