import { useRef } from "react" const ChildComp = () => { function showAlert() { alert("Hello from Child Component") } return <div></div> } ...
確定! 回上一頁