Files
klz-cables.com/.pnpm-store/v10/files/54/1af28967f4015f7454a5a6fa2c4a76adf9928e59039b4a6ac695ff506c0c2e375f9e2311bb5a82bc9262cfc2937b9821db1307f69e4a19b4dbe0e7912b1f1e
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

6 lines
213 B
Plaintext

import type { LanguageOptions } from 'payload';
import React from 'react';
export declare const LanguageSelector: React.FC<{
languageOptions: LanguageOptions;
}>;
//# sourceMappingURL=LanguageSelector.d.ts.map