import * as React from "react"; import Moveable from "@/react-moveable"; export default function App(props: Record) { const targetRef = React.useRef(null); return (
Target
{ e.target.style.width = `${e.width}px`; e.target.style.height = `${e.height}px`; e.target.style.transform = e.drag.transform; }} />
); }