| 62 | StableBlock.displayName = "StableBlock"; |
| 63 | |
| 64 | interface LiveBlockProps extends StreamHtmlBlockProps { |
| 65 | isStreaming?: boolean; |
| 66 | lockHeight?: boolean; |
| 67 | /** Strip-only HTML (no synthetic closers) for incremental table patching */ |
| 68 | trackHtml?: string; |
| 69 | } |
| 70 | |
| 71 | const FROZEN_CLASS = "sh-live-frozen"; |
| 72 | const TAIL_CLASS = "sh-live-tail"; |
nothing calls this directly
no outgoing calls
no test coverage detected