UNPKG

angular-resizable-element

Version:

An angular 15.0+ directive that allows an element to be dragged and resized

7 lines (6 loc) 402 B
export * from './lib/resizable.module'; export { BoundingRectangle } from './lib/interfaces/bounding-rectangle.interface'; export { Edges } from './lib/interfaces/edges.interface'; export { ResizeEvent } from './lib/interfaces/resize-event.interface'; export { ResizableDirective, ResizeCursors } from './lib/resizable.directive'; export { ResizeHandleDirective } from './lib/resize-handle.directive';