Files
klz-cables.com/.pnpm-store/v10/files/f5/81448d263c7bac36b858bd633f62a85d209fcac6ab7228db4cf1f60f4ee08f45498191a10efdf60d1c79eae69daf8e0fc8093236fea37e00ade3cc99749ded
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

12 lines
348 B
Plaintext

import type { ImportMap, PayloadComponent } from 'payload';
import React from 'react';
export declare const OGImage: React.FC<{
description?: string;
Fallback: React.ComponentType;
fontFamily?: string;
Icon: PayloadComponent;
importMap: ImportMap;
leader?: string;
title?: string;
}>;
//# sourceMappingURL=image.d.ts.map