Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / forms / views / ShippingAddress / Form / fixture.d.ts
Size: Mime:
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;
})[];