Files
klz-cables.com/.pnpm-store/v10/files/2d/645753644683384f108436cb3fbadaf3be8d58fbecf8bc3266d09d967a4e8cdcfb105fd7d7c8a07df4b3a101ce258c53b6c3d046297279d19d9097eb0f55d8
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

13 lines
515 B
Plaintext

import type { Data, ViewTypes } from 'payload';
import React from 'react';
type Props = {
readonly collectionSlug: string;
readonly data: Data;
readonly docTitle: string;
readonly folderCollectionSlug: string;
readonly folderFieldName: string;
readonly viewType?: ViewTypes;
};
export declare const FolderTableCellClient: ({ collectionSlug, data, docTitle, folderCollectionSlug, folderFieldName, viewType, }: Props) => React.JSX.Element;
export {};
//# sourceMappingURL=index.client.d.ts.map