Type alias VNodeChild

VNodeChild: string | VNode | VNodeChild[] | false | null | undefined

These are valid values for the children parameter of the [[h]] function.

Generated using TypeDoc