Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import * as React from 'react';
import { AuthenticationProps } from '../typings';
/**
 * @todo - amp protected
 */
declare class SignIn extends React.PureComponent<AuthenticationProps> {
    static defaultProps: {
        className: string;
    };
    render(): JSX.Element;
    componentWillUnmount(): void;
}
export { SignIn };
export default SignIn;