Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/bob/edge/bob.tsx>EdgeElement

A static site generator for the dynamic web - develop with TSX and build with Deno
Go to Latest
variable EdgeElement
import { EdgeElement } from "https://deno.land/x/bob@v2.1.0/edge/bob.tsx";

type

Component<{ component: EdgeComponent; } & Record<string, unknown>>