@valantic/spartacus-mock
Version:
This project offers you the possibility to mock the OCC Endpoints of your Composable Storefront (Spartacus). It uses the Mock Service Worker to mock the API calls.
14 lines (13 loc) • 818 B
TypeScript
import { Occ } from '@spartacus/core';
import { Component, ContentSlot } from '../../types';
export declare const siteLogoSlot: () => Occ.ContentSlot;
export declare const miniCartSlot: () => Occ.ContentSlot;
export declare const homepageNavLinkSlot: () => Occ.ContentSlot;
export declare const headerLinksSlot: () => Occ.ContentSlot;
export declare const searchBoxSlot: () => Occ.ContentSlot;
export declare const topHeaderSlot: () => Occ.ContentSlot;
export declare const siteContextSlot: () => Occ.ContentSlot;
export declare const siteLinksSlot: () => Occ.ContentSlot;
export declare const navigationBarSlot: () => Occ.ContentSlot;
export declare const bottomHeaderSlot: (additionalComponents?: Component[]) => Occ.ContentSlot;
export declare const headerSlots: (additionalSlots?: ContentSlot[]) => ContentSlot[];