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

x/live/runtime/htmx/mod.tsx>HTMXOpts

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface HTMXOpts
import { type HTMXOpts } from "https://deno.land/x/live@1.107.0/runtime/htmx/mod.tsx";

Type Parameters

optional
TAppManifest extends AppManifest = AppManifest

Properties

optional
staticRoot: string
optional
server: Hono<DecoRouteState<TAppManifest>>
optional
Layout: ComponentType<{ hmrUniqueId: string; revision: string; children: ComponentChildren; }>