[WIP] Layout
This commit is contained in:
9
common/component.go
Normal file
9
common/component.go
Normal file
@ -0,0 +1,9 @@
|
||||
package common
|
||||
|
||||
import tea "github.com/charmbracelet/bubbletea"
|
||||
|
||||
type Component interface {
|
||||
tea.Model
|
||||
//help.KeyMap
|
||||
SetSize(width int, height int)
|
||||
}
|
||||
Reference in New Issue
Block a user