それぞれ以下のようにコンポーネントの型を指定できます。 FC. interface Props { text: string } const Hoge: React.FC<Props> = ( ...
確定! 回上一頁