Type Alias Items<TElement>

Items<TElement>: Conditional<string | TElement | (string | TElement)[]>[]

Type Parameters