Repository URL to install this package:
|
Version:
0.0.15 ▾
|
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;