Skip to main content
Module

x/hono/jsx/types.ts>Child

Web Framework built on Web Standards
Extremely Popular
Go to Latest
type alias Child
Re-export
import { type Child } from "https://deno.land/x/hono@v4.3.2/jsx/types.ts";
definition:
| string
| Promise<string>
| number
| null
| undefined
| boolean
| Child[]