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

7 lines
270 B
Plaintext

import type { ClientComponentProps } from 'payload';
import React from 'react';
export declare const RenderIfInViewport: React.FC<{
children: React.ReactNode;
className?: string;
} & Pick<ClientComponentProps, 'forceRender'>>;
//# sourceMappingURL=index.d.ts.map