import * as React from "react"; import Moveable from "@/react-moveable"; export default function App(props: Record) { return (
{ // e.setFixedDirection([0, 0]); // }} // onScaleStart={e => { // e.setFixedDirection([0, 0]); // }} onRender={e => { e.target.style.cssText += e.cssText; }} />
); }