Search
Loading...
Skip to content

Type Alias: HorizontalBlockAlignment

type HorizontalBlockAlignment = "Left" | "Right" | "Center";
  • Left: The blocks get left aligned.
  • Right: The blocks get right aligned.
  • Center: The blocks get center aligned.