UNPKG

@pagamio/frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

8 lines (7 loc) 253 B
export declare const useTranslation: () => { t: (key: string, defaultValue?: string, variables?: Record<string, any>) => string; locale: string; setLocale: (locale: string) => void; isLoading: boolean; availableLocales: string[]; };