next-intl
Version:
Internationalization (i18n) for Next.js
5 lines (4 loc) • 318 B
TypeScript
export { default as createSharedPathnamesNavigation } from './createSharedPathnamesNavigation';
export { default as createLocalizedPathnamesNavigation } from './createLocalizedPathnamesNavigation';
export { default as createNavigation } from './createNavigation';
export type { Pathnames } from '../../routing/types';