sesaparcours
    Preparing search index...

    Type Alias Glue

    Glue represents flexible spacing, that is a dimension that can grow (by the grow property) or shrink (by the shrink property).

    type Glue = {
        glue: Dimension;
        grow?: Dimension;
        shrink?: Dimension;
    }
    Index

    Properties

    Properties

    glue: Dimension
    grow?: Dimension
    shrink?: Dimension