Current section

Files

Jump to
shiny src types@box_style.erl
Raw

src/types@box_style.erl

-module(types@box_style).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/types/box_style.gleam").
-export_type([box_style/0]).
-type box_style() :: single | double | rounded | thick.