Files
klz-cables.com/.pnpm-store/v10/files/c3/936be83fa8d9ea5fad83d001076641228c57f74ffaf79326bb2cf3726884aeda88f9c2e603387bc4aaf2e1a9c005cc66222a84875e819c175b9ad3b35dd8c3
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
341 B
Plaintext

import type { QueryPreset } from 'payload';
import './index.scss';
export declare function QueryPresetToggler({ activePreset, openPresetListDrawer, resetPreset, }: {
activePreset: QueryPreset;
openPresetListDrawer: () => void;
resetPreset: () => Promise<void>;
}): import("react").JSX.Element;
//# sourceMappingURL=index.d.ts.map