UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular

11 lines (10 loc) 228 B
import { ElementRef } from '@angular/core'; /** * @hidden */ export declare class Reorder { private elementRef; constructor(elementRef: ElementRef); getReorderNode(): HTMLElement; onClick(ev: UIEvent): void; }