@blackbaud/skyux-lib-stache
Version:
This library was generated with [Nx](https://nx.dev).
14 lines (13 loc) • 756 B
TypeScript
import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core';
import { StacheOmnibarAdapterService } from '../shared/omnibar-adapter.service';
import { StacheWindowRef } from '../shared/window-ref';
import * as i0 from "@angular/core";
export declare class StacheAffixTopDirective implements AfterViewInit {
#private;
isAffixed: boolean;
constructor(renderer: Renderer2, elementRef: ElementRef, omnibarSvc: StacheOmnibarAdapterService, windowRef: StacheWindowRef);
ngAfterViewInit(): void;
onWindowScroll(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StacheAffixTopDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<StacheAffixTopDirective, "[stacheAffixTop]", never, {}, {}, never, never, false, never>;
}