Files
klz-cables.com/.pnpm-store/v10/files/c0/27c45dd9a04efec781146456dd3837760335082d9a2a5bb3d7f4314b7f63d03ef6141fd57b49e31a0b70d425207a69e30d1db25ae05e0776f896d19c84627d
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
157 B
Plaintext

import React from 'react';
export declare const withWindowInfo: <P extends Record<string, unknown>>(PassedComponent: React.ComponentType<P>) => React.FC<P>;