import Ansi from 'ansi-to-react'; import { ensureString } from '@curvenote/blocks'; import type { MinifiedStreamOutput } from '@curvenote/nbtx'; import { MaybeLongContent } from './components'; export default function Stream({ output }: { output: MinifiedStreamOutput }) { return ( (
          {content ?? ''}
        
)} /> ); }