Files
klz-cables.com/.pnpm-store/v10/files/44/ef962629b05e97c3422bad2de399347151334face057ad8a1b0b02d9a842584abbf6a37a69afd9f7f324af709d164617a8b063b913a0d90836461e6fce21be
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

16 lines
712 B
Plaintext

import type { SanitizedCollectionConfig } from 'payload';
import React from 'react';
import type { DocumentDrawerContextType } from '../DocumentDrawer/Provider.js';
import './index.scss';
export type Props = {
readonly buttonId?: string;
readonly collectionSlug: SanitizedCollectionConfig['slug'];
readonly id?: string;
readonly onDelete?: DocumentDrawerContextType['onDelete'];
readonly redirectAfterDelete?: boolean;
readonly singularLabel: SanitizedCollectionConfig['labels']['singular'];
readonly title?: string;
readonly useAsTitle: SanitizedCollectionConfig['admin']['useAsTitle'];
};
export declare const DeleteDocument: React.FC<Props>;
//# sourceMappingURL=index.d.ts.map