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