@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.
11 lines (10 loc) • 562 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { LpxOptions } from '@volosoft/ngx-lepton-x';
import * as i0 from "@angular/core";
export type ThemeLeptonXModuleOptions = LpxOptions;
export declare class ThemeLeptonXModule {
static forRoot(options?: ThemeLeptonXModuleOptions): ModuleWithProviders<ThemeLeptonXModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeLeptonXModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ThemeLeptonXModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<ThemeLeptonXModule>;
}