Files
klz-cables.com/.pnpm-store/v10/files/dd/a7d869e3fd1693cdb4f3bcac7e343511cae8800050005f869cf99c8781de4b071afdcf75c3080736652b130cd1ce71638d647f47fa07d836e05c1a321e0712
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
547 B
Plaintext

import type { ClientCollectionConfig, ClientGlobalConfig, SanitizedCollectionConfig } from 'payload';
import './index.scss';
import React from 'react';
type Props = {
className?: string;
collectionConfig?: ClientCollectionConfig;
globalConfig?: ClientGlobalConfig;
label: SanitizedCollectionConfig['labels']['singular'];
originalDocID: number | string;
status?: string;
versionDateFormatted: string;
versionID: string;
};
export declare const Restore: React.FC<Props>;
export {};
//# sourceMappingURL=index.d.ts.map