UNPKG

@catull/igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

7 lines (6 loc) 189 B
import { ElementRef } from '@angular/core'; export declare class IgxDragHandleDirective { element: ElementRef<any>; baseClass: boolean; constructor(element: ElementRef<any>); }