Files
klz-cables.com/.pnpm-store/v10/files/a4/85301d832b266e078e89875eb511289ab20fe37dd40c3795da64382f61a6219d7817a2ff4266fc9e2b7740ae0ccfcaea690b44f19fdcd8947f6eb3f3f37e1f
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
280 B
Plaintext

import React from 'react';
export declare const GroupContext: React.Context<boolean>;
export declare const GroupProvider: React.FC<{
children?: React.ReactNode;
withinGroup?: boolean;
}>;
export declare const useGroup: () => boolean;
//# sourceMappingURL=provider.d.ts.map