UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

3 lines (2 loc) 185 B
import { type useFormatter as useFormatterType } from 'use-intl'; export default function useFormatter(...[]: Parameters<typeof useFormatterType>): ReturnType<typeof useFormatterType>;