Files
klz-cables.com/.pnpm-store/v10/files/30/33c7f57809d3aceb9dce6960742fe45c9dbb29c4b0dfccebccc192740266459a7a2912698424a7b92135f2e78eda9e9a6ff959ea7a3b8ee592f3720b392d7f
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

10 lines
209 B
Plaintext

import React from 'react';
import './index.scss';
/**
* @internal
*/
export declare const NavWrapper: React.FC<{
baseClass?: string;
children: React.ReactNode;
}>;
//# sourceMappingURL=index.d.ts.map