Files
klz-cables.com/.pnpm-store/v10/files/da/a34ca1687b4cb3fedf3c9a80656ea559751496fc037f8bb898b96cc639c56dc114edf6659b7af17420aabe2eb0c62c23bbc39cbf5e8e6516f3994c72a0421c
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
272 B
Plaintext

import React from 'react';
export declare const LocaleSelector: React.FC<{
readonly localeOptions: {
label: Record<string, string> | string;
value: string;
}[];
readonly onChange: (value: string) => void;
}>;
//# sourceMappingURL=index.d.ts.map