Files
EPEEAIKit/art-agent/frontend/node_modules/next/dist/client/get-domain-locale.d.ts
2026-04-12 01:02:14 +08:00

3 lines
220 B
TypeScript

import type { DomainLocale } from '../server/config';
export declare function getDomainLocale(path: string, locale?: string | false, locales?: readonly string[], domainLocales?: readonly DomainLocale[]): string | false;