Repository URL to install this package:
|
Version:
0.0.15 ▾
|
declare const wording: {
name: string;
lastName: string;
registerTitle: string;
emailAddress: string;
phoneNumber: string;
password: string;
reenterPassword: string;
emailNotify: string;
emailNotifyLabel: string;
createmyaccount: string;
showPasswordLabel: string;
showPassword: string;
chooseYourQuestionLabel: string;
yourAnswerLabel: string;
securityQuestion: string;
questionOne: string;
passwordText: string;
selectYourQuestion: string;
firstName: string;
};
export { wording };