return ; }; const Parents = () => { return (
<h1>Hello</h1> <h2>World</h2> </Child>
); }; const Child: React.FC = ({ children }) => { return {children}; }; const Row = styled.div flex-direction: row; background-color: red;;
flex-direction: row; background-color: red;