Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
function TuiInput(props: TuiInputProps) {
41
return createElement(
"tui-input"
, props)
42
}
43
44
type TuiAppProps = {
45
apiKey: string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected