Files
klz-cables.com/.pnpm-store/v10/files/1d/2e9bd3799a2c7a74e6d2b97c24590e07f20a35c65363279ec19818f6815155811c2dafaa3772dc5e93c1201debeac0fb43be7e73b1afe02129ecc46939038b
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
269 B
Plaintext

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