Files
klz-cables.com/.pnpm-store/v10/files/20/ccc6e275a63410fc9974bd275c1cce97d1d6e998759bbf824fd48352783ad858a8ed4f52f156183e465cf6db0eb0fbcc79469102c204d73e51c31c9b429c9d
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

24 lines
1.6 KiB
Plaintext

export declare const cellComponents: {
array: import("react").FC<import("./Array/index.js").ArrayCellProps>;
blocks: import("react").FC<import("./Blocks/index.js").BlocksCellProps>;
checkbox: import("react").FC<import("payload").DefaultCellComponentProps<import("payload").CheckboxFieldClient>>;
code: import("react").FC<import("./Code/index.js").CodeCellProps>;
date: import("react").FC<import("payload").DefaultCellComponentProps<{
accessor?: string;
} & {
admin?: import("payload").AdminClient & Pick<import("payload").DateField["admin"], "date" | "placeholder">;
timezone?: ({
required?: boolean;
supportedTimezones?: import("payload").Timezone[];
} & Pick<import("payload").TimezonesConfig, "defaultTimezone">) | true;
} & import("payload").FieldBaseClient & Pick<import("payload").DateField, "type">>>;
File: import("react").FC<import("./File/index.js").FileCellProps>;
join: import("react").FC<import("./Relationship/index.js").RelationshipCellProps>;
json: import("react").FC<import("payload").DefaultCellComponentProps<import("payload").JSONFieldClient>>;
radio: import("react").FC<import("./Select/index.js").SelectCellProps>;
relationship: import("react").FC<import("./Relationship/index.js").RelationshipCellProps>;
select: import("react").FC<import("./Select/index.js").SelectCellProps>;
textarea: import("react").FC<import("payload").DefaultCellComponentProps<import("payload").TextareaFieldClient>>;
upload: import("react").FC<import("./Relationship/index.js").RelationshipCellProps>;
};
//# sourceMappingURL=index.d.ts.map