Files
klz-cables.com/.pnpm-store/v10/files/79/5b645e50b1b144fc587dbe19c8a7f199c61ea57bc95937ee03375a74d7a4deba6e1891ec1c699693a53594740711a26b36f5cc569fddd8b8221890f81bbc4d
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
289 B
Plaintext

import type { BlocksFieldClient, DefaultCellComponentProps } from 'payload';
import React from 'react';
export interface BlocksCellProps extends DefaultCellComponentProps<BlocksFieldClient> {
}
export declare const BlocksCell: React.FC<BlocksCellProps>;
//# sourceMappingURL=index.d.ts.map