ReactNode to accept everything. interface ParentCompProps { childComp?: React.ReactNode; } const ChildComp: React.FC = () => <h2>This is a child component ...
確定! 回上一頁