umd-styles-library
    Preparing search index...

    Interface GapGridOptions

    Options for gap grid style variants

    1.7.0

    interface GapGridOptions {
        centered?: boolean;
        columns: 2 | 3 | 4 | "stacked";
        size?: "normal" | "large";
    }
    Index

    Properties

    centered?: boolean
    columns: 2 | 3 | 4 | "stacked"
    size?: "normal" | "large"