UNPKG

@taiga-ui/i18n

Version:

A package with tools for Taiga UI library i18n

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