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 / SearchInput / Form / fixture.d.ts
Size: Mime:
declare const inputList: {
    identity: string;
    name: string;
    type: string;
    value: string;
    className: string;
    validationType: string;
    ariaLabel: string;
    animatePlaceholder: boolean;
    dataQa: string;
    icon: {
        breedType: string;
        fill: string;
        stroke: string;
        width: string;
        height: string;
        className: string;
    };
}[];
export { inputList };