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

6 lines
259 B
Plaintext

import type { UnpublishButtonClientProps } from 'payload';
import React from 'react';
export declare function UnpublishButton({ label: labelProp, }?: {
label?: string;
} & UnpublishButtonClientProps): React.JSX.Element;
//# sourceMappingURL=index.d.ts.map