Files
klz-cables.com/.pnpm-store/v10/files/d0/d4b6ed74b895909b827bc78873b53ebd50b714fe0bbed393433395d517a36c0d48b8ba53b952335ceaa38dc9c488aa80d644a33c5bf08cd7daed5a3bb69fb8
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
260 B
Plaintext

import React from 'react';
import './index.scss';
type Props = {
readonly onClose: () => void;
readonly title: string;
};
export declare function DrawerHeader({ onClose, title }: Props): React.JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map