import React, { FormEvent } from 'react'; const FormComponent = () => { const handleFormEvent = (e: FormEvent<HTMLFormElement>) => { // Do something } ...
確定! 回上一頁