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    
Size: Mime:
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;
};