Packages

A terminal-UI kit for Gleam: styled text, boxes, semantic messages, icons, and aligned/grouped output (Erlang + JavaScript)

Current section

Files

Jump to
spruce include spruce@details_Details.hrl
Raw

include/spruce@details_Details.hrl

-record(details, {
items :: list({binary(), binary()}),
show_internal :: boolean()
}).