UNPKG

@alauda/ui

Version:

Angular UI components by Alauda Frontend Team.

7 lines (6 loc) 216 B
import { InjectionToken } from '@angular/core'; export interface I18NInterface { locale: string; translation: Record<string, string>; } export declare const I18NInterfaceToken: InjectionToken<I18NInterface>;