UNPKG

angular-draggable-droppable

Version:
20 lines (19 loc) 763 B
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 <div style="overflow: scroll" mwlDraggableScrollContainer> <div mwlDraggable>Drag me!</div> </div> ``` */ export declare class DraggableScrollContainerDirective { elementRef: ElementRef<HTMLElement>; /** * @hidden */ constructor(elementRef: ElementRef<HTMLElement>); static ɵfac: i0.ɵɵFactoryDeclaration<DraggableScrollContainerDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<DraggableScrollContainerDirective, "[mwlDraggableScrollContainer]", never, {}, {}, never, never, false, never>; }