Const
Edge identifiers for setters that target one or more sides of a box (padding, margin, position).
All writes to top + right + bottom + left. Horizontal writes to left + right. Vertical writes to top + bottom.
All
Horizontal
Vertical
Implemented as a frozen const-object rather than enum so that verbatimModuleSyntax works smoothly and tree-shaking sees plain numeric literals.
enum
verbatimModuleSyntax
Readonly
Edge identifiers for setters that target one or more sides of a box (padding, margin, position).
Allwrites to top + right + bottom + left.Horizontalwrites to left + right.Verticalwrites to top + bottom.Implemented as a frozen const-object rather than
enumso thatverbatimModuleSyntaxworks smoothly and tree-shaking sees plain numeric literals.