UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

8 lines (7 loc) 566 B
export { default as createSharedPathnamesNavigation } from './createSharedPathnamesNavigation'; export { default as createLocalizedPathnamesNavigation } from './createLocalizedPathnamesNavigation'; export { default as createNavigation } from './createNavigation'; export type { QueryParams } from '../shared/utils'; import type { Locales, Pathnames as PathnamesDeprecatedExport } from '../../routing/types'; /** @deprecated Please import from `next-intl/routing` instead. */ export type Pathnames<AppLocales extends Locales> = PathnamesDeprecatedExport<AppLocales>;