import React from 'react'; import './index.css'; const p = (props: any) => { console.log(props); return (
{props.children[0]}