MCPcopy
hub / github.com/EvolvingLMMs-Lab/lmms-eval / ShellEditorProps

Interface ShellEditorProps

lmms_eval/tui/web/src/App.tsx:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138interface ShellEditorProps {
139 value: string
140 onChange: (value: string) => void
141 placeholder?: string
142 className?: string
143}
144
145function ShellEditor({ value, onChange, placeholder, className = '' }: ShellEditorProps) {
146 const textareaRef = useRef<HTMLTextAreaElement>(null)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected