import * as React from "react"; import Moveable from "@/react-moveable"; export default function App(props: Record) { return (
Element1
Element2
Element3
Target
{ // console.log(e.moveable.state.guidelines); e.target.style.cssText += e.cssText; }} />
); }