Im-Beast / deno_tui

🦕 Deno module for creating Terminal User Interfaces
https://deno.land/x/tui
MIT License
266 stars 18 forks source link

bug: Type for keyboardHandler in Textbox is wrong #15

Closed aapoalas closed 1 year ago

aapoalas commented 1 year ago

Bug description keyboardHandler is typed as boolean but description says that it is a function.