Files
klz-cables.com/.pnpm-store/v10/files/a5/75893c53dfacbf058eb893f5551702570515174b9501c57e85ac5e34c4c1d0d415b1edfbc4bd66c3172932e1a8270778c95669357bb1652be44c7a2b3dd5aa
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

type WindowOpenHandler = () => void;
/**
* Register a handler to be called when `window.open()` is called.
* Returns a cleanup function.
*/
export declare function onWindowOpen(cb: WindowOpenHandler): () => void;
export {};
//# sourceMappingURL=onWindowOpen.d.ts.map