import * as React from "react"; import Moveable from "@/react-moveable"; export default function App() { return (

* You can persist by `moveable.getRect()` method.

No Target
{ e.target.style.cssText += e.cssText; console.log(e.moveable.getRect()); }} />
); }