import * as React from "react"; import Moveable from "../../src/react-moveable"; import { ref } from "framework-utils"; export default class MoveableExample extends React.Component { public innerMoveable!: Moveable; public state = { target: null, }; public render() { return (