Skip to main content
Module

x/keywork/mod.ts>ReactUtils.KeyworkHTMLDocumentProps

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

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>