MCPcopy
hub / github.com/ResearAI/DeepScientist / TableRendererProps

Interface TableRendererProps

src/tui/src/utils/TableRenderer.tsx:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { RenderInline, getPlainTextLength } from './InlineMarkdownRenderer.js'
5
6interface TableRendererProps {
7 headers: string[]
8 rows: string[][]
9 terminalWidth: number
10 overrideColor?: string
11}
12
13export const TableRenderer: React.FC<TableRendererProps> = ({
14 headers,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected