reset.go

1package common
2
3import tea "github.com/charmbracelet/bubbletea"
4
5type BubbleReset interface {
6	Reset() tea.Msg
7}