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?

13 lines (12 loc) 299 B
export interface ISize { width: number; height: number; } export declare class Size implements ISize { width: number; height: number; constructor(width: number, height: number); static getCurrent(el: Element): Size; static copy(s: Size): Size; set(s: ISize): this; }