// 入力欄 import * as React from "react"; type Props = { prediction: number; setPrediction?: (prediction: number) => void; }; ); };