import React from 'react' import ReactDOM from 'react-dom' ... Great type AppProps = { message: string } const App: React.FC<AppProps> = ({ message ...
確定! 回上一頁