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

15 lines
639 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 onRestore?: DocumentDrawerContextType['onRestore'];
readonly redirectAfterRestore?: boolean;
readonly singularLabel: SanitizedCollectionConfig['labels']['singular'];
readonly title?: string;
};
export declare const RestoreButton: React.FC<Props>;
//# sourceMappingURL=index.d.ts.map