import * as React from 'react'; import * as ReactDOM from 'react-dom'; import Draggable, {DraggableCore} from 'react-draggable'; const root = document.getElementById('root') function handleStart() {} function handleDrag() {} function handleStop() {} function handleMouseDown() {} ReactDOM.render(
, root ); ReactDOM.render(
, root ); ReactDOM.render(
, root); ReactDOM.render(
, root);