Files
klz-cables.com/.pnpm-store/v10/files/9b/726206ed11be521b5bac27876c31b06d7426b21fe654cb6f2ca3834d75ae07b961fa73532a1a9e533f8ae1b6cbfeeb7f3e7dbdd2f58a6a14c955c2162981a3
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

9 lines
433 B
Plaintext

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