UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

6 lines (5 loc) 354 B
import type { createTranslator } from 'use-intl/core'; import type { _useExtracted as useExtractedType } from 'use-intl/react'; declare function getServerExtractorImpl(config: Parameters<typeof createTranslator>[0], namespace?: string): ReturnType<typeof useExtractedType>; declare const _default: typeof getServerExtractorImpl; export default _default;