import { type ReactRendererOptions } from "https://deno.land/x/keywork@v6.0.1/react/interfaces/mod.ts";
Properties
optional
streamRenderer: IReactStreamRendereroptional
DocumentComponent: KeyworkHTMLDocumentComponentA HTML Document React component which wraps the entire application. Use this if you need to replace the default HTML Document.
optional
Providers: KeyworkProvidersComponentA React component which wraps the SSR routes. Use this if you need to inject a provider into the SSR pipeline.