Files
klz-cables.com/.pnpm-store/v10/files/61/c304df02d0853a23ac2ef037cb67c6bfd72cc39d76a3fa61bd9a50b280e857efe7377fd1c0c217bed0cc48e7060d2ff25e210c0552d2645d78bdd35610bdbb
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

8 lines
266 B
Plaintext

import type { PayloadRequest, ServerProps } from 'payload';
import React from 'react';
import './index.scss';
export type NavProps = {
req?: PayloadRequest;
} & ServerProps;
export declare const DefaultNav: React.FC<NavProps>;
//# sourceMappingURL=index.d.ts.map