Files
klz-cables.com/.pnpm-store/v10/files/1f/ad17ef67a83c54299a19bfefa2a46fa39e8fa3139a0b81f4372de5c12987052486bc083bf6df9cbeb119974a5b0449ac004cd0d228b94868e9275a729c9c50
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

8 lines
359 B
Plaintext

import type { JoinFieldClient } from 'payload';
import React from 'react';
export declare const JoinField: React.FC<{
readonly path: string;
} & {
readonly field: Omit<JoinFieldClient, "type"> & Partial<Pick<JoinFieldClient, "type">>;
} & Omit<import("payload").ClientComponentProps, "customComponents" | "field">>;
//# sourceMappingURL=index.d.ts.map