Repository URL to install this package:
|
Version:
2.7.6 ▾
|
declare const wording: {
submitLabel: string;
cancelLabel: string;
placeholderText: string;
};
declare const inputList: {
identity: string;
type: string;
name: string;
value: string;
className: string;
wrapperClassName: string;
validationType: string;
maxLength: number;
}[];
export { inputList, wording };
export default inputList;