UNPKG

@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.

6 lines (5 loc) 261 B
import { Occ } from '@spartacus/core'; import { ContentSlot } from '../../types'; export declare const placeholderContentSlot: () => Occ.ContentSlot; export declare const footerSlot: () => Occ.ContentSlot; export declare const footerSlots: () => ContentSlot[];