Files
klz-cables.com/.pnpm-store/v10/files/ea/aee3c50056a1012d31f0490d316f225f7e3c0ba86c1c6255fd1f3256ae34f90ef9fd7afdedaa2dd0210e85a3b61ebe75f0115f270722d6def0dd58e5538b8e
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
187 B
Plaintext

import type { Sensor, SensorDescriptor, SensorOptions } from './types';
export declare function useSensor<T extends SensorOptions>(sensor: Sensor<T>, options?: T): SensorDescriptor<T>;