Repository URL to install this package:
|
Version:
0.0.13 ▾
|
/// <reference types="react" />
import { ObserverForm } from '@skava/packages/ui/forms';
declare class SecurityQuestionForm extends ObserverForm {
static defaultProps: {
state: {};
};
formClassName: string;
SubmitCustomClass: string;
submitDataQa: string;
CancelCustomClass: string;
ButtonGroupCustomClass: string;
defaultSubmitButtonLabel: string;
isCancelButtonNeeded: boolean;
handleSubmit: (event: import("react").FormEvent<Element>) => void;
}
export default SecurityQuestionForm;
export { SecurityQuestionForm, SecurityQuestionForm as FormView };