import WithDraggable from "@/components/common/draggable/withDraggable"; import { useState } from "react"; export default function ImageSize(){ const [sizeValue, setSizeValue] = useState(100) return(

画像のサイズ変更

setSizeValue(e.target.value)}/>
) }