@skyux/core
Version:
This library was generated with [Nx](https://nx.dev).
14 lines (13 loc) • 509 B
TypeScript
import { Observable } from 'rxjs';
import { SkyLayoutHostForChildArgs } from './layout-host-for-child-args';
import * as i0 from "@angular/core";
/**
* @internal
*/
export declare class SkyLayoutHostService {
#private;
get hostLayoutForChild(): Observable<SkyLayoutHostForChildArgs>;
setHostLayoutForChild(layout: SkyLayoutHostForChildArgs): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SkyLayoutHostService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SkyLayoutHostService>;
}