Files
klz-cables.com/.pnpm-store/v10/files/1e/6e8cbb472bd5b0714981813b7c0cc731dbfcfc5f9c109d915bbb037ecec726ac9b4bcd0ec854d27fdc716e695685e3367ad06555dbc003d49e94ee751d4311
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
251 B
Plaintext

import type { DateFieldClient, DefaultCellComponentProps } from 'payload';
import React from 'react';
export declare const DateCell: React.FC<DefaultCellComponentProps<{
accessor?: string;
} & DateFieldClient>>;
//# sourceMappingURL=index.d.ts.map