UNPKG

angular-bootstrap-md

Version:

<a href="http://mdbootstrap.com/docs/angular/getting-started/download/"><img src="https://mdbootstrap.com/img/Marketing/general/logo/medium/mdb-angular2.png"></a> # Angular Bootstrap with Material Design

16 lines (15 loc) 495 B
import { AfterViewInit, ElementRef, EventEmitter, Renderer2, OnDestroy } from '@angular/core'; export declare class StickyHeaderDirective implements AfterViewInit, OnDestroy { private _renderer; private _el; animationDuration: number; transitionEnd: EventEmitter<{ state: string; }>; private _destroy$; private scrollDown$; private scrollUp$; constructor(_renderer: Renderer2, _el: ElementRef); ngAfterViewInit(): void; ngOnDestroy(): void; }