Files
klz-cables.com/.pnpm-store/v10/files/b7/21daa24379420226cbee6db83fd29af338104cf13ff141f822d9808890fb01e7c1ad61400c751f02099fa4151ec7947820f3ce58c882f0964a56b8653b2f6f
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

3 lines
200 B
Plaintext

import type { DependencyList } from 'react';
export declare function useDebouncedEffect(effect: () => void, deps: DependencyList, delay: number): void;
//# sourceMappingURL=useDebouncedEffect.d.ts.map