Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / @skava/fixtures   js

Repository URL to install this package:

Version: 1.2.14 

/ dist / CategoryLandingFixture.d.ts

export declare const categoryLandingFixture: {
    fashion: {
        backgroundImage: string;
        heroImage: string;
        previewImage: string;
    };
    logographic: {
        backgroundImage: string;
        heroImage: string;
        previewImage: string;
    };
    plaintees: {
        backgroundImage: string;
        heroImage: string;
        previewImage: string;
    };
    undershirts: {
        backgroundImage: string;
        heroImage: string;
        previewImage: string;
    };
    workwear: {
        backgroundImage: string;
        heroImage: string;
        previewImage: string;
    };
};