Search
Loading...
Skip to content

Type Alias: HorizontalBlockAlignment

type HorizontalBlockAlignment = "Left" | "Right" | "Center";

Represents the horizontal alignment of blocks.

The HorizontalBlockAlignment type provides a set of values that control the horizontal alignment of blocks. These options include settings for aligning blocks to the left, right, or center.