umd-styles-library
    Preparing search index...

    Interface HorizontalSpaceOptions

    Options for horizontal spacing style variants

    1.7.0

    interface HorizontalSpaceOptions {
        width?: "normal" | "large" | "small" | "larger" | "smallest" | "full";
    }
    Index

    Properties

    Properties

    width?: "normal" | "large" | "small" | "larger" | "smallest" | "full"