UNPKG

@lxlib/theme

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

8 lines (7 loc) 275 B
import { ModuleWithProviders } from '@angular/core'; import { NzIconService } from 'ng-zorro-antd/icon'; export declare class LxlibThemeModule { constructor(iconSrv: NzIconService); static forRoot(): ModuleWithProviders; static forChild(): ModuleWithProviders; }