Versions in this module Expand all Collapse all v0 v0.0.1 May 15, 2024 Changes in this version + func InnerIsReady() tea.Msg + func New[T tea.Model](inner T) tea.Model + type AboutToExitMsg struct + type Any interface + UserWantsToExit func() bool + type Model struct + func (m Model[T]) Init() tea.Cmd + func (m Model[T]) Unwrap() T + func (m Model[T]) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model[T]) UserWantsToExit() bool + func (m Model[T]) View() string