Skip to main content
Module

x/htm/mod.tsx>HtmlOptions

Create a html response with JSX.
Go to Latest
interface HtmlOptions
import { type HtmlOptions } from "https://deno.land/x/htm@0.0.10/mod.tsx";

Properties

optional
lang: string
optional
colorScheme: "dark" | "light" | "auto"
optional
title: string
optional
meta: Record<string, string | null | undefined>
optional
styles: (string | { href: string; id?: string; })[]
optional
scripts: (string | { src: string; type?: string; id?: string; })[]