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';
declare class Register extends React.PureComponent<AuthenticationProps> {
    static defaultProps: {
        className: string;
    };
    render(): JSX.Element;
}
export { Register };
export default Register;