UNPKG

typescript-react-draggable

Version:

A draggable component written in TypeScript for both HTML and SVG applications. The component is also compiled and minified to be used with JSPM.

6 lines 224 B
module.exports = { SVGDraggable:require('./SVGDraggable').SVGDraggable, SVGZoomable:require('./SVGZoomable').SVGZoomable, Zoomable:require('./Zoomable').Zoomable, Draggable:require('./Draggable').Draggable, }