MCPcopy Create free account
hub / github.com/Alphanimble/htmlstream / HtmlStream

Function HtmlStream

src/html-stream.tsx:12–14  ·  view source on GitHub ↗
(props: StreamHtmlProps)

Source from the content-addressed store, hash-verified

10 * ```
11 */
12export function HtmlStream(props: StreamHtmlProps): ReactElement {
13 return <StreamHtml {...props} />;
14}
15
16HtmlStream.displayName = "HtmlStream";
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected