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.

3 lines (2 loc) 233 B
import { CmsNavigationEntry, CmsNavigationNode } from '@spartacus/core'; export declare const navigationNodeComponent: (uid: string, entries: CmsNavigationEntry[], children: CmsNavigationNode[], title?: string) => CmsNavigationNode;