Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import React from 'react';
import { ResetPasswordProps } from './typings';
declare class ResetPassword extends React.Component<ResetPasswordProps> {
render(): JSX.Element;
}
export default ResetPassword;
export { ResetPassword };