import { useForm } from "react-hook-form"; export const PersonScoreForm = () => { const { register } = useForm<PersonScore>(); return ...
確定! 回上一頁