FC stands for Function Component, and it aliases a type called FunctionComponent . Here's an example: type Props = { title: string, }; ...
確定! 回上一頁