Files
klz-cables.com/.pnpm-store/v10/files/b1/0264f525ef4b273076a5914a27a555885de3ae8ebf04abd8b1fb5df9e08ecb0205a2d343cbcae28448f47133813913ec4b89880450b55e7ddff27979f6b8d9
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

11 lines
396 B
Plaintext

import './index.scss';
type SearchBarProps = {
Actions?: React.ReactNode[];
className?: string;
label?: string;
onSearchChange: (search: string) => void;
searchQueryParam?: string;
};
export declare function SearchBar({ Actions, className, label, onSearchChange, searchQueryParam, }: SearchBarProps): import("react").JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map