UNPKG

@duoduo-oba/ng-devui

Version:

DevUI components based on Angular

9 lines (8 loc) 229 B
import { ElementRef } from '@angular/core'; export declare class SortableDirective { el: ElementRef; dSortDirection: string; dSortableZMode: boolean; dSortable: boolean; constructor(el: ElementRef); }