Files
klz-cables.com/.pnpm-store/v10/files/6e/5d07c81e1409cd09c719b7d2a102272b85c28c37bf5a787963d4dee4596175cb78448750bc0f90b8ef7cfc1545492e4c5e97c3886af284fd0a01d7bc6b09b4
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

5 lines
298 B
Plaintext

import type { FieldPaths } from 'payload';
import type { MarkOptional } from 'ts-essentials';
import React from 'react';
export declare const withCondition: <P extends MarkOptional<FieldPaths, "indexPath" | "path">>(Field: React.ComponentType<P>) => React.FC<P>;
//# sourceMappingURL=index.d.ts.map