Files
klz-cables.com/.pnpm-store/v10/files/cc/6e4ee3a3958e17aaf61ba7f45122b83755e0c15a949b555ab865c4b8cf555ce67fc2190b2765e26e3614c41163ed23f3b0519c2483a1a440f1056f02715dd4
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

6 lines
402 B
Plaintext

import type { DefaultCellComponentProps, JoinFieldClient, RelationshipFieldClient, UploadFieldClient } from 'payload';
import React from 'react';
import './index.scss';
export type RelationshipCellProps = DefaultCellComponentProps<JoinFieldClient | RelationshipFieldClient | UploadFieldClient>;
export declare const RelationshipCell: React.FC<RelationshipCellProps>;
//# sourceMappingURL=index.d.ts.map