import { ElementRef } from '@angular/core'; /** * If the window isn't scrollable, then place this on the scrollable container that draggable elements are inside. e.g. * ```html
Drag me!
``` */ export declare class DraggableScrollContainerDirective { elementRef: ElementRef; /** * @hidden */ constructor(elementRef: ElementRef); }