Repository URL to install this package:
|
Version:
2.1.16 ▾
|
export declare const inputList: ({
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;
label?: undefined;
isSelected?: undefined;
bgColor?: undefined;
} | {
identity: string;
type: string;
label: string;
className: string;
name: string;
isSelected: boolean;
bgColor: string;
dataQa: string;
ariaLabel: string;
value?: undefined;
labelText?: undefined;
maxLength?: undefined;
wrapperClassName?: undefined;
validationType?: undefined;
errorMessageFor?: undefined;
autocomplete?: undefined;
animatePlaceholder?: undefined;
})[];