Skip to main content
The Deno 2 Release Candidate is 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.6.0/edge/bob.tsx";

type

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