Files
klz-cables.com/.pnpm-store/v10/files/7e/8311a86e4f7e37cfe6a4f469961213ccee5876ba257007df5c0c06baa17537513dda810d6444fa6d03c9e61b077878ac5fd2045d08b92c86411ff8f3ff0fa4
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

11 lines
436 B
Plaintext

import type { ClientCollectionConfig, ClientGlobalConfig } from 'payload';
import type React from 'react';
export declare const SetStepNav: React.FC<{
readonly collectionConfig?: ClientCollectionConfig;
readonly globalConfig?: ClientGlobalConfig;
readonly id?: number | string;
readonly isTrashed?: boolean;
versionToCreatedAtFormatted?: string;
versionToID?: string;
}>;
//# sourceMappingURL=SetStepNav.d.ts.map