Repository URL to install this package:
|
Version:
2.8.4 ▾
|
export declare const wording: {
firstNameLabel: string;
lastNameLabel: string;
emailLabel: string;
organizationName: string;
addressLineOne: string;
addressLineTwo: string;
city: string;
state: string;
country: string;
zipCode: string;
phoneNumber: string;
taxIdentifier: string;
duns: string;
submitButton: string;
};
export declare const inputList: {
type: string;
validationType: string;
className: string;
name: string;
elementList: {
identity: string;
type: string;
value: string;
className: string;
name: string;
labelText: string;
maxLength: string;
wrapperClassName: string;
validationType: string;
errorMessageFor: string;
dataQa: string;
autocomplete: string;
ariaLabel: string;
animatePlaceholder: boolean;
}[];
}[];