Hi, I have a component that looks like this interface Props { a: string; b: number; } const MyComponent: React.FC<Props> = (props) => {.
確定! 回上一頁