Files
klz-cables.com/.pnpm-store/v10/files/96/37317c8c17363856581cd04e827fd2a0a578f970096ba058f001775daa3f5d4419c2b47e11f420c8ab6f80cd6798015e43e439f3eb132dcea49230ef0833e6
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
284 B
Plaintext

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