Files
klz-cables.com/.pnpm-store/v10/files/c0/9e5f5f61b3f041fc0919cca0ac33d68b89bed98a441e201d59d2943fc0bfdaa0d837f2603d80915c9e121a02f5d2ec329ba94470d00c5d4c3c3b0b539cbf6e
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
921 B
Plaintext

import type { getExtracted as getExtracted_type, getFormatter as getFormatter_type, getLocale as getLocale_type, getMessages as getMessages_type, getNow as getNow_type, getRequestConfig as getRequestConfig_type, getTimeZone as getTimeZone_type, setRequestLocale as setRequestLocale_type } from '../react-server/index.js';
export declare function getRequestConfig(...args: Parameters<typeof getRequestConfig_type>): ReturnType<typeof getRequestConfig_type>;
export declare const getFormatter: typeof getFormatter_type;
export declare const getNow: typeof getNow_type;
export declare const getTimeZone: typeof getTimeZone_type;
export declare const getMessages: typeof getMessages_type;
export declare const getLocale: typeof getLocale_type;
export declare const getExtracted: typeof getExtracted_type;
export declare const getTranslations: () => never;
export declare const setRequestLocale: typeof setRequestLocale_type;