KeyworkHTMLDocumentProps
Overview
Usage
- Node
- Deno
import { KeyworkHTMLDocumentProps } from 'keywork/components'
import { KeyworkHTMLDocumentProps } from 'https://deno.land/x/keywork/components'
Properties
browserIdentifier
optional browserIdentifier: `string`
Defined in
components/KeyworkHTMLDocument.tsx:50
buildId
optional buildId: `string`
Defined in
components/KeyworkHTMLDocument.tsx:52
children
children: `ReactNode`
Defined in
components/KeyworkHTMLDocument.tsx:53
className
optional className: `string`
Defined in
components/KeyworkHTMLDocument.tsx:51
htmlAttributes
optional htmlAttributes: `HtmlHTMLAttributes<HTMLHtmlElement>`
Defined in
components/KeyworkHTMLDocument.tsx:65
link
optional link: `ReactFragment`
Defined in
components/KeyworkHTMLDocument.tsx:59
meta
optional meta: `ReactFragment`
Optional <meta>
tags
Defined in
components/KeyworkHTMLDocument.tsx:57
moduleManifest
optional moduleManifest: `string`[]
Defined in
components/KeyworkHTMLDocument.tsx:49
script
optional script: `ReactFragment`
Optional <script>
tags
Defined in
components/KeyworkHTMLDocument.tsx:63
style
optional style: `ReactFragment`
Optional <style>
tags
Defined in
components/KeyworkHTMLDocument.tsx:61
title
optional title: `string`
Document title.
Defined in
components/KeyworkHTMLDocument.tsx:55
Optional
<link>
tags