Repository URL to install this package:
|
Version:
2.7.6 ▾
|
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;
onBlur: () => void;
placeholderText?: undefined;
wrapperClass?: undefined;
} | {
identity: string;
type: string;
value: string;
className: string;
name: string;
labelText: string;
maxLength: string;
wrapperClassName: string;
validationType: string;
dataQa: string;
autocomplete: string;
ariaLabel: string;
animatePlaceholder: boolean;
onBlur: () => void;
errorMessageFor?: undefined;
placeholderText?: undefined;
wrapperClass?: undefined;
} | {
identity: string;
type: string;
value: string;
className: string;
name: string;
labelText: string;
maxLength: string;
wrapperClassName: string;
placeholderText: string;
validationType: string;
errorMessageFor: string;
dataQa: string;
autocomplete: string;
ariaLabel: string;
animatePlaceholder: boolean;
onBlur: () => void;
wrapperClass?: undefined;
} | {
identity: string;
type: string;
value: string;
className: string;
name: string;
labelText: string;
wrapperClassName: string;
validationType: string;
errorMessageFor: string;
dataQa: string;
autocomplete: string;
ariaLabel: string;
animatePlaceholder: boolean;
onBlur: () => void;
maxLength?: undefined;
placeholderText?: undefined;
wrapperClass?: undefined;
} | {
type: string;
name: string;
labelText: string;
className: string;
wrapperClass: string;
dataQa: string;
identity?: undefined;
value?: undefined;
maxLength?: undefined;
wrapperClassName?: undefined;
validationType?: undefined;
errorMessageFor?: undefined;
autocomplete?: undefined;
ariaLabel?: undefined;
animatePlaceholder?: undefined;
onBlur?: undefined;
placeholderText?: undefined;
})[];