UNPKG

ng2-parallaxscroll

Version:

A parallax directive for Angular 2+, now with Universal support!

10 lines (9 loc) 291 B
import { IParallaxScrollConfig } from './ng2-parallaxscroll'; import { OnInit } from '@angular/core'; export declare class ParallaxScrollComponent implements OnInit { config: IParallaxScrollConfig; img: string; paraClass: string; parallaxStyles: any; ngOnInit(): void; }