Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ComponentChild

type ComponentChild =
| VNode<any>
| object
| string
| number
| bigint
| boolean
| null
| undefined;

§Type

§
VNode<any> | object | string | number | bigint | boolean | null | undefined
[src]