Repository URL to install this package:
|
Version:
0.0.5 ▾
|
export declare const wording: {
yourAnswerLabel: string;
chooseYourQuestionLabel: string;
update: string;
securityAnswerErrorMessage: string;
dropdownTitle: string;
questionOne: string;
questionTwo: string;
questionThree: string;
answerLabel: string;
securityQuestion: string;
};
export declare const securityQuestionsFixture: {
securityQuestion: string;
questions: ({
label: string;
value: string;
isSelected: boolean;
} | {
label: string;
value: string;
isSelected?: undefined;
})[];
maxQuesToShow: number;
};