type alias RendererStoreimport { type RendererStore } from "https://deno.land/x/aleph@v0.3.0-beta.15/framework/react/renderer.ts"; definition: { headElements: Map<string, { type: string; props: Record<string, any>; }>; inlineStyles: Map<string, string>; scripts: Map<string, { props: Record<string, any>; }>; }