Files
klz-cables.com/.pnpm-store/v10/files/ab/5adc31ef40af273f7900959034091a479468abc1913181aff21ea792790010970a407ddce9fa2ccd140e0b9db0d9002b0cbd89f979db9e86b9ba8d71308b25
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
598 B
Plaintext

import type { FolderListViewServerPropsOnly, FolderListViewSlots, ListViewSlotSharedClientProps, Payload, SanitizedCollectionConfig, StaticDescription } from 'payload';
type Args = {
clientProps: ListViewSlotSharedClientProps;
collectionConfig: SanitizedCollectionConfig;
description?: StaticDescription;
payload: Payload;
serverProps: FolderListViewServerPropsOnly;
};
export declare const renderFolderViewSlots: ({ clientProps, collectionConfig, description, payload, serverProps, }: Args) => FolderListViewSlots;
export {};
//# sourceMappingURL=renderFolderViewSlots.d.ts.map