Versions in this module Expand all Collapse all v0 v0.0.1 May 15, 2024 Changes in this version + type Model struct + func New[T any](root question.Question[T], initialState T) (Model[T], error) + func (m Model[T]) Init() tea.Cmd + func (m Model[T]) State() (T, error) + func (m Model[T]) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model[T]) View() string