Files
klz-cables.com/.pnpm-store/v10/files/6d/64f2605c3e0d0d5c66698a166c2cd484b1e7b5a3160e47f5dc162d50551bfb775712b0d01d9679501742d10770f99b6bf01db6d36e51a050b75a49766f81b5
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

7 lines
326 B
Plaintext

import type { ClientCollectionConfig } from 'payload';
import React from 'react';
export declare function ListEmptyTrashButton({ collectionConfig, hasDeletePermission, }: {
collectionConfig: ClientCollectionConfig;
hasDeletePermission: boolean;
}): React.JSX.Element;
//# sourceMappingURL=ListEmptyTrashButton.d.ts.map