Files
klz-cables.com/.pnpm-store/v10/files/5a/65bcc39c6f6f7bbaab988e823a792e53d2173ef9c210743de344ce3305021148bf45cc0d66a1f274a134e498774536e6e40d0527fa61f620f0cb7dd642e007
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

11 lines
407 B
Plaintext

import type { DefaultCellComponentProps } from 'payload';
import React from 'react';
import './index.scss';
export declare const useCellProps: () => DefaultCellComponentProps | null;
export declare const RenderDefaultCell: React.FC<{
clientProps: DefaultCellComponentProps;
columnIndex: number;
enableRowSelections?: boolean;
isLinkedColumn?: boolean;
}>;
//# sourceMappingURL=index.d.ts.map