更加规范的写法是使用 React 里面定义好的 FC 属性,里面已经定义好 children 类型,如下: export const Logo: React.FC<IProps> = props => {
確定! 回上一頁