import * as React from "react"; import Moveable from "@/react-moveable"; export default function App(props: Record) { return (
Target
{ e.target.style.cssText += e.cssText; }} onScroll={({ scrollContainer, direction }) => { scrollContainer.scrollBy(direction[0] * 10, direction[1] * 10); }} >
); }