Repository URL to install this package:
|
Version:
2.1.7 ▾
|
declare const inputList: {
identity: string;
type: string;
value: string;
placeholder: string;
className: string;
name: string;
wrapperClassName: string;
validationType: string;
dataQa: string;
}[];
export { inputList };
export default inputList;