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: signal types are mixed-in with normal types #25

Closed Im-Beast closed 1 year ago

Im-Beast commented 1 year ago

Bug description Signal types are mixed-in as object type in intellisense

Expected behavior When typing rectangle as an object, only column, row, width and height properties should be shown by intellisense

Screenshots Screenshots to help explain your problem (optional). image