(props: StreamHtmlProps)
| 10 | * ``` |
| 11 | */ |
| 12 | export function HtmlStream(props: StreamHtmlProps): ReactElement { |
| 13 | return <StreamHtml {...props} />; |
| 14 | } |
| 15 | |
| 16 | HtmlStream.displayName = "HtmlStream"; |
| 17 |
nothing calls this directly
no outgoing calls
no test coverage detected