import { type HTMXOpts } from "https://deno.land/x/deco@1.107.0/runtime/htmx/mod.tsx";
Type Parameters
optional
TAppManifest extends AppManifest = AppManifestProperties
optional
server: Hono<DecoRouteState<TAppManifest>>optional
Layout: ComponentType<{ hmrUniqueId: string; revision: string; children: ComponentChildren; }>