UNPKG

ngx-nestable

Version:

Nestable list with drag and drop for Angular

9 lines (8 loc) 263 B
import { ElementRef, OnInit } from '@angular/core'; export declare class NestableDragHandleDirective implements OnInit { private _el; ngxNestableDragHandle: any; onMouseDown(event: any): void; constructor(_el: ElementRef); ngOnInit(): void; }