UNPKG

angular2-draggable

Version:

<!-- Badges section here. --> [![npm](https://img.shields.io/npm/v/angular2-draggable.svg)][npm-badge-url] [![npm](https://img.shields.io/npm/dm/angular2-draggable.svg)][npm-badge-url] [![Build Status](https://travis-ci.org/xieziyu/angular2-draggable.svg?

17 lines (16 loc) 285 B
import { ISize } from './size'; export interface IResizeEvent { host: any; handle: any; size: ISize; position: { top: number; left: number; }; direction: { n: boolean; s: boolean; w: boolean; e: boolean; }; }