Files
klz-cables.com/.pnpm-store/v10/files/d6/29e50e4e31fd5215068224f38fcee9ee1a1e3e3085cf07c21b992b5a7fd95c98a9ac0cff04d8d77a27caa626dc4f294c1238eefc6a823b04856f81411c0a93
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

7 lines
357 B
Plaintext

import type { Locale, useMessages as useMessagesType } from 'use-intl';
import getConfig from './getConfig.js';
export declare function getMessagesFromConfig(config: Awaited<ReturnType<typeof getConfig>>): ReturnType<typeof useMessagesType>;
export default function getMessages(opts?: {
locale?: Locale;
}): Promise<ReturnType<typeof useMessagesType>>;