ExVEx.Style.Border (ExVEx v0.1.2)

Copy Markdown View Source

The four sides of a cell border as %ExVEx.Style.Side{} records.

Summary

Types

t()

@type t() :: %ExVEx.Style.Border{
  bottom: ExVEx.Style.Side.t(),
  left: ExVEx.Style.Side.t(),
  right: ExVEx.Style.Side.t(),
  top: ExVEx.Style.Side.t()
}