@jsfkit/types
    Preparing search index...

    Type Alias DashStop

    A dash stop primitive consisting of a dash and a space.

    type DashStop = {
        d: Percentage;
        sp: Percentage;
    }
    Index

    Properties

    d sp

    Properties

    Length of the dash (relative to line width)

    Length of the space (relative to line width)