Skip to main content

KeyworkHTMLDocumentProps

Overview

Usage

import { KeyworkHTMLDocumentProps } from '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

optional link: `ReactFragment`

Optional <link> tags

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