Files
klz-cables.com/.pnpm-store/v10/files/e3/6305485b7352480040bea5f251aa299530b4fd465d1f96d501c3de3f71e5f36f6822fbda645eb7872615f1d0c43b6a00bd0634e45bdd4ed92db876da600d18
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

12 lines
385 B
Plaintext

import { type SelectablePill } from '@payloadcms/ui';
import React from 'react';
export type SelectedLocaleOnChange = (args: {
locales: SelectablePill[];
}) => void;
export type Props = {
locales: SelectablePill[];
localeSelectorOpen: boolean;
onChange: SelectedLocaleOnChange;
};
export declare const SelectLocales: React.FC<Props>;
//# sourceMappingURL=index.d.ts.map