Files
klz-cables.com/.pnpm-store/v10/files/b0/9cf0b565aabf20a477c58390b5764823e3aa5faf7ad8916a443abf30ae1f40bc40289f6be0ab94c8c75014a80204645e2a5e7e3ce8666454e7254c4477dd4d
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

8 lines
247 B
Plaintext

import React from 'react';
import './index.scss';
export type Props = {
readonly placeholder?: string;
readonly setSearchTerm: (term: string) => void;
};
export declare const ItemSearch: React.FC<Props>;
//# sourceMappingURL=index.d.ts.map