Type alias Child

Child: string | VirtualNode | null | (string | VirtualNode | null)[]

A type alias for the supported child argument types.