-module(shiny). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]). -define(FILEPATH, "src/shiny.gleam"). -export([new/0]). -file("src/shiny.gleam", 14). -spec new() -> types@state:tui_state(). new() -> {tui_state, <<""/utf8>>, []}.