Hex Core JS
    Preparing search index...

    Type Alias GetGapStyleOptions

    type GetGapStyleOptions = {
        defaultColumnGap?: string;
        defaultGap?: string;
        defaultRowGap?: string;
    }
    Index

    Properties

    defaultColumnGap?: string

    The CSS value to use when GapProps.columnGap is true.

    defaultGap?: string

    The CSS value to use when GapProps.gap is true.

    defaultRowGap?: string

    The CSS value to use when GapProps.rowGap is true.