Skip to main content
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.5.1/edge/bob.tsx";

type

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