@bimeister/pupakit.kit
Version:
PupaKit is an open source collection of Angular components based on an atomic approach to building interfaces, which guarantees better performance and greater development flexibility.
10 lines (9 loc) • 501 B
TypeScript
import { ElementRef, Renderer2 } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ScrollableContentDirective {
private readonly elementRef;
private readonly renderer;
constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2);
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollableContentDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollableContentDirective, "[pupaScrollableContent]", never, {}, {}, never, never, false>;
}