Neah_Front/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.d.ts
2025-04-08 14:45:23 +02:00

3 lines
211 B
TypeScript

import type { DomainLocale } from '../../../server/config-shared';
export declare function detectDomainLocale(domainItems?: DomainLocale[], hostname?: string, detectedLocale?: string): DomainLocale | undefined;