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    
@skava/packages / features / Authentication / ResetFlow / ResetPasswordBySecurityQuestion.d.ts
Size: Mime:
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;