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.

5 lines (4 loc) 165 B
export {Draggable} from './Draggable'; export {SVGDraggable} from './SVGDraggable'; export {Zoomable} from './Zoomable'; export {SVGZoomable} from './SVGZoomable';