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 / components / presets / B2B / SignInForm / Form / fixture.d.ts
Size: Mime:
declare const inputList: ({
    identity: string;
    type: string;
    value: string;
    className: string;
    name: string;
    labelText: string;
    maxLength: number;
    wrapperClassName: string;
    validationType: string;
    errorMessageFor: string;
    dataQa: string;
    autocomplete: string;
    ariaLabel: string;
    animatePlaceholder: boolean;
    elementType?: undefined;
    text?: undefined;
} | {
    type: string;
    elementType: string;
    value: string;
    className: string;
    name: string;
    text: string;
    dataQa: string;
    ariaLabel: string;
    animatePlaceholder: boolean;
    identity?: undefined;
    labelText?: undefined;
    maxLength?: undefined;
    wrapperClassName?: undefined;
    validationType?: undefined;
    errorMessageFor?: undefined;
    autocomplete?: undefined;
})[];
export { inputList };
export default inputList;