UNPKG

@pap-it/tools-translator

Version:
8 lines (7 loc) 207 B
export type Settings = { scope?: string; }; export declare function useTranslation(settings?: Settings): { t: (key: string, args?: Record<string, string>) => string; lang: string | undefined; };