Files
klz-cables.com/.pnpm-store/v10/files/0c/1d7ac1663e71fb5a1f5fb78aa367e51f1059ba344d49ef0929d183c2129684598a3bfa687e97b720a2c37e6f15c737e8c6b66dc8508b3d4359c52323d4ff17
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

10 lines
260 B
Plaintext

declare const hType: any;
type VNode = any;
// replaced import from preact
interface FactoryParams {
h: typeof hType;
}
export default function IconCloseFactory({ h, }: FactoryParams): () => VNode;
export {};
//# sourceMappingURL=IconClose.d.ts.map