{ theme : Hatchinq.Theme.Theme
, lift : Message msg -> msg
}
{ contentExpanded : Basics.Bool }
{ head : String
, subHead : Maybe String
}
{ media : Element msg
, titles : Title
, thumbnail : Thumbnail
, content : Element msg
, actions : List ( String
, msg )
, state : State
}
configure : Config msg -> List (Hatchinq.Attribute.Attribute InternalConfig) -> View msg -> Element msg
expandable : Hatchinq.Attribute.Attribute InternalConfig
init : State
layout : Layout -> Hatchinq.Attribute.Attribute InternalConfig
update : (Message msg -> msg) -> Message msg -> State -> ( State, Platform.Cmd.Cmd msg )