@blackbaud/skyux-lib-stache
Version:
This library was generated with [Nx](https://nx.dev).
13 lines (12 loc) • 526 B
TypeScript
import { RendererFactory2 } from '@angular/core';
import { StacheWindowRef } from './window-ref';
import * as i0 from "@angular/core";
export declare class StacheOmnibarAdapterService {
#private;
constructor(windowRef: StacheWindowRef, rendererFactory: RendererFactory2);
checkForOmnibar(): void;
getHeight(): number;
omnibarEnabled(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<StacheOmnibarAdapterService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<StacheOmnibarAdapterService>;
}