Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/keywork/react/mod.ts>KeyworkHTMLDocumentProps

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
interface KeyworkHTMLDocumentProps
import { type KeyworkHTMLDocumentProps } from "https://deno.land/x/keywork@v6.2.1/react/mod.ts";

Properties

optional
moduleManifest: string[]
optional
browserIdentifier: string
optional
className: string
optional
buildId: string
children: ReactNode
optional
title: string

Document title.

optional
meta: ReactFragment

Optional <meta> tags

optional
style: ReactFragment

Optional <style> tags

optional
script: ReactFragment

Optional <script> tags

optional
htmlAttributes: HtmlHTMLAttributes<HTMLHtmlElement>