@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.
7 lines (6 loc) • 489 B
TypeScript
import { Occ } from '@spartacus/core';
export declare const components: (componentIds: string[]) => Occ.ComponentList;
export declare const navMainLinkComponents: (componentIds: string[]) => Occ.ComponentList;
export declare const myAccountLinkComponents: (componentIds: string[]) => Occ.ComponentList;
export declare const footerLinkComponents: (componentIds: string[]) => Occ.ComponentList;
export declare const productDetailTabComponents: (componentIds: string[]) => Occ.ComponentList;