UNPKG

next-intl-scanner

Version:

A tool to extract and manage translations from Next.js projects using next-intl

10 lines (9 loc) 196 B
declare module "next-intl-scanner" { export function useTranslations( namespace?: string ): ( key: string, params?: Record<string, any>, defaultValue?: string ) => string; }