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

5 lines
443 B
Plaintext

import type React from 'react';
export declare function isReactServerComponentOrFunction<T extends any>(component: any | React.ComponentType): component is T;
export declare function isReactClientComponent<T extends any>(component: any | React.ComponentType): component is T;
export declare function isReactComponentOrFunction<T extends any>(component: any | React.ComponentType): component is T;
//# sourceMappingURL=isReactComponent.d.ts.map