func(m *TuiModel, selectedInput *tuiutil.TextInputModel, input string)
| 19 | ) |
| 20 | |
| 21 | type EnterFunction func(m *TuiModel, selectedInput *tuiutil.TextInputModel, input string) |
| 22 | |
| 23 | type LineEdit struct { |
| 24 | Model tuiutil.TextInputModel |
nothing calls this directly
no outgoing calls
no test coverage detected