MCPcopy Create free account
hub / github.com/api-platform/website / LangSwitcherProps

Interface LangSwitcherProps

pwa/components/con/common/LangSwitcher.tsx:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import classNames from "classnames";
6
7interface LangSwitcherProps {
8 locale?: Locale;
9}
10
11export default function LangSwitcher({ locale }: LangSwitcherProps) {
12 const pathname = usePathname();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected