Files
klz-cables.com/.pnpm-store/v10/files/df/20268322f503472aa2d901aa41bbd6469fde0e37fc230307f35349ac8de2ca20b8a68febbfad3b1cc6ebe99cbbb6498261c7ab4b5e2c0614167aad4879fe11
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

9 lines
293 B
Plaintext

import type { ClientCollectionConfig, ViewTypes } from 'payload';
import React from 'react';
import './index.scss';
export type Props = {
collection: ClientCollectionConfig;
viewType?: ViewTypes;
};
export declare const RestoreMany: React.FC<Props>;
//# sourceMappingURL=index.d.ts.map