@volosoft/abp.ng.theme.lepton-x
Version:
ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. This package is a part of the [ABP Framework](https://abp.io) and contains client-side files.
7 lines (6 loc) • 371 B
TypeScript
import { Provider } from '@angular/core';
import { LanguageTranslateValues } from '@volo/ngx-lepton-x.core';
import { ThemeTranslateValues } from '@volosoft/ngx-lepton-x';
export declare const LPX_TRANSLATE_PROVIDER: Provider;
export declare const translateKeys: ThemeTranslateValues & LanguageTranslateValues;
export declare const LPX_TRANSLATE_KEYS_PROVIDER: Provider;