UNPKG

solar-ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

4 lines (3 loc) 166 B
import { InjectionToken } from '@angular/core'; import { NzI18nInterface } from './nz-i18n.interface'; export declare const NZ_I18N: InjectionToken<NzI18nInterface>;