interface KeyworkHTMLDocumentPropsimport { type KeyworkHTMLDocumentProps } from "https://deno.land/x/keywork@v6.2.1/react/mod.ts"; PropertiesoptionalmoduleManifest: string[]optionalbrowserIdentifier: stringoptionalclassName: stringoptionalbuildId: stringchildren: ReactNodeoptionaltitle: stringDocument title. optionalmeta: ReactFragmentOptional <meta> tags optionallink: ReactFragmentOptional <link> tags optionalstyle: ReactFragmentOptional <style> tags optionalscript: ReactFragmentOptional <script> tags optionalhtmlAttributes: HtmlHTMLAttributes<HTMLHtmlElement>