Files
klz-cables.com/.pnpm-store/v10/files/dd/f8399103eada16ecaf9976cfcb3fc0274671bb2a8adb4d3530466f32fa23907deeeeb4aa5e3fb98f4fc652efafce2907fd95f63d366d489baae8e5ba9aa8d2
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

7 lines
217 B
Plaintext

import React from 'react';
export declare const TabsProvider: React.FC<{
children?: React.ReactNode;
withinTab?: boolean;
}>;
export declare const useTabs: () => boolean;
//# sourceMappingURL=provider.d.ts.map