UNPKG

@tots/ngx-drag-scroll

Version:

Lightweight drag to scroll library for Angular

13 lines (12 loc) 568 B
import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DragScrollItemDirective { display: string; get dragDisabled(): boolean; set dragDisabled(value: boolean); _dragDisabled: boolean; _elementRef: ElementRef; constructor(elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration<DragScrollItemDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<DragScrollItemDirective, "[drag-scroll-item]", never, { "dragDisabled": "drag-disabled"; }, {}, never, never, false, never>; }