Files
klz-cables.com/.pnpm-store/v10/files/be/93ab315cebd1e660de3147db6848e683ce6809eff0f6941082bbd160a06c09eac31dfc4a7471e6c74a199db60e87a18b9859001a817d671bc98b248b8cd6f4
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
285 B
Plaintext

type VNode = any;
import { FeedbackInternalOptions } from '@sentry/core';
// replaced import from preact
export interface Props {
options: FeedbackInternalOptions;
}
export declare function DialogHeader({ options }: Props): VNode;
//# sourceMappingURL=DialogHeader.d.ts.map