UNPKG

ng-drag-and-drop

Version:
10 lines (9 loc) 281 B
import { ElementRef, OnInit } from '@angular/core'; export declare class DraggerDirective implements OnInit { private elementRef; dragdata: any; constructor(elementRef: ElementRef); ngOnInit(): void; setDefaultStyle(): void; removeStyle(): void; }