Files
klz-cables.com/.pnpm-store/v10/files/5c/430726db4516bf4b455998c2ca79422759d240cf2f6fd14abbaffe8917a7a6e70d6b44b5b89b0b5bac9600bbaeb55def32e56c7382ab1301172e7dbca9cd16
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

4 lines
170 B
Plaintext

type Result = [boolean, () => void];
export declare const useDelay: (delay: number, triggerOnMount?: boolean) => Result;
export {};
//# sourceMappingURL=useDelay.d.ts.map