I suggest typing properties directly as a function parameter instead of the React.FC helper type: type MyComponentProps = { title: string };// Like this..
確定! 回上一頁