import { ElementRef } from '@angular/core'; import * as i0 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); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }