Skip to main content
Module

x/alephjs/server/types.ts>JSXConfig

The Full-stack Framework in Deno.
Latest
type alias JSXConfig
import { type JSXConfig } from "https://deno.land/x/alephjs@1.0.0-alpha.78.1/server/types.ts";
definition: { jsxRuntime?: "react" | "preact"; jsxImportSource?: string; jsxRuntimeVersion?: string; jsxRuntimeCdnVersion?: string; }