UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

10 lines (9 loc) 326 B
import { EventEmitter } from '@angular/core'; export declare class MouseWheelDirective { mouseWheelUp: EventEmitter<{}>; mouseWheelDown: EventEmitter<{}>; onMouseWheelChrome(event: any): void; onMouseWheelFirefox(event: any): void; onMouseWheelIE(event: any): void; mouseWheelFunc(event: any): void; }