Pilates
    Preparing search index...

    Type Alias Edge

    Edge: typeof Edge[keyof typeof Edge]

    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.

    Implemented as a frozen const-object rather than enum so that verbatimModuleSyntax works smoothly and tree-shaking sees plain numeric literals.