Skip to main content
Module

x/femtojsx/mod.ts>VNode

JSX that just renders to static HTML
Latest
type alias VNode
import { type VNode } from "https://deno.land/x/femtojsx@v0.0.5/mod.ts";
definition: { type: "text"; text: string; } | { type: "fragment"; children: VNode[]; } | JSX.Element