{ theme : Hatchinq.Theme.Theme
, lift : Message msg -> msg
}
{ focused : Basics.Int }
{ state : State
, tabButtons : TabButtons tab
, selectedTab : tab
, onTabSelect : tab -> msg
}
configure : Config msg -> List (Hatchinq.Attribute.Attribute InternalConfig) -> View tab msg -> Element msg
init : State
scrollable : Hatchinq.Attribute.Attribute InternalConfig
update : (Message msg -> msg) -> Message msg -> State -> ( State, Platform.Cmd.Cmd msg )