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

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

No Target1
No Target2
No Target3
{ e.events.forEach(ev => { ev.target.style.cssText += ev.cssText; }); }} onRenderGroupEnd={e => { console.log(JSON.stringify(e.moveable.getRect(), undefined, 4)); }} onChangeTargets={e => { console.log("??", JSON.stringify(e.moveable.getRect(), undefined, 4)); }} />
); }