UNPKG

mutable-div

Version:

Directives to enable moving or resizing a div element.

7 lines (6 loc) 134 B
import { Position } from './position.model'; export interface Size { width: number; height: number; position: Position; }