const MyOldComponent: React.SFC<IProps> = (props) => {...}; The React.FC assures the signature of our function is correct and return value ...
確定! 回上一頁