Files
klz-cables.com/.pnpm-store/v10/files/a9/9de01be84fb8dcfbc15de7159a0d714992e496d78f311b351069fe9ee1b502db2bdbc5aa91fb9428e79adecf09c16dc8200a4ae6701eb0bcf4dfe4d3788488
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
519 B
Plaintext

import type { ReadonlyRequestCookies } from 'next/dist/server/web/spec-extension/adapters/request-cookies.js';
import type { SanitizedConfig } from 'payload';
import { type Theme } from '@payloadcms/ui';
type GetRequestLanguageArgs = {
config: SanitizedConfig;
cookies: Map<string, string> | ReadonlyRequestCookies;
headers: Request['headers'];
};
export declare const getRequestTheme: ({ config, cookies, headers }: GetRequestLanguageArgs) => Theme;
export {};
//# sourceMappingURL=getRequestTheme.d.ts.map