Files
klz-cables.com/.pnpm-store/v10/files/00/6a5197baa48d3a489d9a6affdaef82cb6f4ae78a8ac88edaaebde7cadfcfcfb1b80d8385df2fd8e4613c792005a88d63ede3f57b57ab2b956c8c591f6e9317
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

13 lines
382 B
Plaintext

import type React from 'react';
type Intersect = [
setNode: React.Dispatch<HTMLElement>,
entry: IntersectionObserverEntry,
node: HTMLElement
];
export declare const useIntersect: ({ root, rootMargin, threshold }?: {
root?: any;
rootMargin?: string;
threshold?: number;
}, disable?: boolean) => Intersect;
export {};
//# sourceMappingURL=useIntersect.d.ts.map