children
React.ReactElement
interface CardProps { title: string; children: React.ReactNode; } const Card = ({ title, children }: CardProps) => ( <div> <h2>{title}</h2> <div>{children}</div> </div> );
A/B/C/D lub 1/2/3/4 — odpowiedzi · ←/→ — nawigacja