Repository URL to install this package:
|
Version:
2.1.7 ▾
|
export declare const wordings: {
assignTeamLabel: string;
assignRoleLabel: 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;
autocomplete: string;
ariaLabel: string;
animatePlaceholder: boolean;
dataQa: string;
icon: {
breedType: string;
breed: string;
fill: string;
stroke: string;
width: string;
height: string;
className: string;
position: string;
};
isFormView?: undefined;
options?: undefined;
label?: undefined;
shouldBeAbsolute?: undefined;
} | {
type: string;
value: string;
className: string;
name: string;
isFormView: boolean;
labelText: string;
wrapperClassName: string;
options: {
label: string;
value: string;
isDisabled: boolean;
isSelected: boolean;
}[];
label: string;
shouldBeAbsolute: boolean;
validationType: string;
errorMessageFor: string;
ariaLabel: string;
dataQa: string;
identity?: undefined;
maxLength?: undefined;
autocomplete?: undefined;
animatePlaceholder?: undefined;
icon?: undefined;
})[];
}[];