@serenity-is/domwise / ComponentChild
Type Alias: ComponentChild
ComponentChild =
string|number|Iterable<ComponentChild> |ComponentChild[] | {peek: () =>ComponentChild;subscribe: (cb) =>void;value:ComponentChild; } |JSXElement|NodeList|ChildNode|HTMLCollection|ShadowRootContainer|DocumentFragment|Text|Comment|boolean|null|undefined
Defined in: types/jsx-namespace.d.ts:12