MCPcopy Create free account
hub / github.com/cursor/cookbook / TuiInput

Function TuiInput

sdk/coding-agent-cli/src/tui/App.tsx:40–42  ·  view source on GitHub ↗
(props: TuiInputProps)

Source from the content-addressed store, hash-verified

38}
39
40function TuiInput(props: TuiInputProps) {
41 return createElement("tui-input", props)
42}
43
44type TuiAppProps = {
45 apiKey: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected