UNPKG

ngx-drag-scroll-mkg

Version:

Fork of lightweight drag to scroll library for Angular

13 lines (12 loc) 600 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": { "alias": "drag-disabled"; "required": false; }; }, {}, never, never, true, never>; }