-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.