UNPKG

@taiga-ui/i18n

Version:

A package with tools for Taiga UI library i18n

4 lines (3 loc) 208 B
import type { TuiLanguage } from '@taiga-ui/i18n/types'; import type { Observable } from 'rxjs'; export declare function tuiExtractI18n<K extends keyof TuiLanguage>(key: K): () => Observable<TuiLanguage[K]>;