UNPKG

@skyux/core

Version:

This library was generated with [Nx](https://nx.dev).

9 lines (8 loc) 380 B
import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class SkyUIConfigService { getConfig(key: string, defaultConfig?: any): Observable<any>; setConfig(key: string, value: any): Observable<any>; static ɵfac: i0.ɵɵFactoryDeclaration<SkyUIConfigService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SkyUIConfigService>; }