Skip to main content
Module

x/aleph/server/types.ts>JSXConfig

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