UNPKG

angular-resize-element

Version:

An angular 4.0+ directive that allows an element to be resized

11 lines (10 loc) 267 B
export declare enum AngularResizeElementDirection { TOP = "top", TOP_RIGHT = "top-right", RIGHT = "right", BOTTOM_RIGHT = "bottom-right", BOTTOM = "bottom", BOTTOM_LEFT = "bottom-left", LEFT = "left", TOP_LEFT = "top-left" }