Skip to main content
Module

x/femtojsx/mod.ts>VNode

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