Skip to main content
Module

x/femtojsx/mod.ts>JSX.Element

JSX that just renders to static HTML
Latest
interface JSX.Element
import { type JSX } from "https://deno.land/x/femtojsx@v0.0.5/mod.ts";
const { Element } = JSX;

Properties

type: "element"
tag: string
props: Record<string, any>
children: VNode[]