Files
klz-cables.com/.pnpm-store/v10/files/a0/bbd459ba8deb0759c3684d4ca4ec68dd5df726b94140bba5640b8753150dd48f4a3c731beb8aa776d0a8810cde84b4157ce55f75606d2ab89a61376e1022d9
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
234 B
Plaintext

import React from 'react';
import './index.scss';
type Props = {
children: React.ReactNode;
isOpen?: boolean;
label: string;
};
export declare const NavGroup: React.FC<Props>;
export {};
//# sourceMappingURL=index.d.ts.map