@skyux/core
Version:
This library was generated with [Nx](https://nx.dev).
12 lines (11 loc) • 433 B
TypeScript
import { SkyUIConfigService } from '@skyux/core';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
/**
* @internal
*/
export declare class MockSkyUIConfigService extends SkyUIConfigService {
getConfig(key: string, defaultConfig?: any): Observable<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<MockSkyUIConfigService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<MockSkyUIConfigService>;
}