@blackbaud/skyux-lib-stache
Version:
This library was generated with [Nx](https://nx.dev).
15 lines (14 loc) • 419 B
TypeScript
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
/**
* @internal
*/
export declare class StacheWindowRef {
#private;
get nativeWindow(): any;
get onResizeStream(): Observable<Window>;
scrollEventStream: Observable<Event>;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<StacheWindowRef, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<StacheWindowRef>;
}