UNPKG

@taiga-ui/i18n

Version:

A package with tools for Taiga UI library i18n

6 lines (5 loc) 170 B
import { InjectionToken } from '@angular/core'; /** * Default key for search value in storage */ export declare const TUI_LANGUAGE_STORAGE_KEY: InjectionToken<string>;