UNPKG

@angular-slider/ngx-slider

Version:

Self-contained, mobile friendly slider component for Angular based on angularjs-slider

8 lines (7 loc) 208 B
import { Subject, Subscription } from 'rxjs'; export declare class EventListener { eventName: string; events: Subject<Event>; eventsSubscription: Subscription; teardownCallback: () => void; }