Files
klz-cables.com/.pnpm-store/v10/files/20/3ece9fb7ae05fdcfe49d4ba1b9c59161e3c7058c8b120f3a0bb29f9b0bb00f6612adbfcb92f7c6a0d25229ad20b0dc023d62462250147b9670394ba8ff4ac4
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
302 B
Plaintext

import type { Action, State } from './types.js';
export declare const defaultLoadingOverlayState: {
isLoading: boolean;
loaders: any[];
loadingText: string;
overlayType: any;
};
export declare const reducer: (state: State, action: Action) => State;
//# sourceMappingURL=reducer.d.ts.map