UNPKG

@azerafati/ngx-scroll-drag

Version:

[![Build Status](https://github.com/azerafati/scroll-drag/actions/workflows/test.yml/badge.svg)](https://github.com/azerafati/scroll-drag/actions) [![npm version](https://img.shields.io/npm/v/@azerafati/ngx-scroll-drag.svg?logo=npm&logoColor=fff&label=NPM

12 lines (11 loc) 597 B
import { AfterContentInit } from '@angular/core'; import { ScrollDragDirective, ShadowDir } from "../scroll-drag.directive"; import * as i0 from "@angular/core"; export declare class ScrollShadowComponent implements AfterContentInit { scrollDragDirective?: ScrollDragDirective; shadow: ShadowDir | undefined; constructor(); ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ScrollShadowComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ScrollShadowComponent, "ngx-scroll-shadow", never, {}, {}, ["scrollDragDirective"], ["*"], false, never>; }