Files
klz-cables.com/.pnpm-store/v10/files/5b/6632d3294ea5a8befab4fa7afe9ed1f53e909666d5fd06009820d098008848f039d66226524b9dff7d6079830e32c80c1b60ae621c1fdcd56e795e109d4865
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

11 lines
331 B
Plaintext

import React from 'react';
export type RouteCacheContext = {
cachingEnabled: boolean;
clearRouteCache: () => void;
};
export declare const RouteCache: React.FC<{
cachingEnabled?: boolean;
children: React.ReactNode;
}>;
export declare const useRouteCache: () => RouteCacheContext;
//# sourceMappingURL=index.d.ts.map