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

8 lines
532 B
Plaintext

import type { DescriptionFunction, StaticDescription, ViewDescriptionClientProps } from 'payload';
import React from 'react';
export type ViewDescriptionComponent = React.ComponentType<any>;
type Description = DescriptionFunction | StaticDescription | string | ViewDescriptionComponent;
export declare function isComponent(description: Description): description is ViewDescriptionComponent;
export declare function ViewDescription(props: ViewDescriptionClientProps): React.JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map