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

13 lines
492 B
Plaintext

import React from 'react';
import './index.scss';
type DrawerActionHeaderArgs = {
readonly cancelLabel?: string;
className?: string;
readonly onCancel?: () => void;
readonly onSave?: () => void;
readonly saveLabel?: string;
readonly title: React.ReactNode | string;
};
export declare const DrawerActionHeader: ({ cancelLabel, className, onCancel, onSave, saveLabel, title, }: DrawerActionHeaderArgs) => React.JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map