interface Props { children: JSX.Element[] | JSX.Element }
interface Something { children: React.ReactNode }
interface Props { children: React.ReactNode; }