UNPKG

pm-controls

Version:
5 lines (4 loc) 129 B
import { ElementRef } from '@angular/core'; export interface ResizeModel { resize(event: any, movingEle: ElementRef): any; }