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

2 lines
102 B
Plaintext

export declare function useEvent<T extends Function>(handler: T | undefined): (...args: any) => any;