Hex Core JS
    Preparing search index...

    Type Alias GapProps

    type GapProps = {
        columnGap: CSSPropertyValue | number | boolean;
        gap: CSSPropertyValue | number | boolean;
        rowGap: CSSPropertyValue | number | boolean;
    }
    Index

    Properties

    Properties

    columnGap: CSSPropertyValue | number | boolean

    Sets the CSS columnGap property. When set to true the default CSS value is used.

    gap: CSSPropertyValue | number | boolean

    Sets the CSS gap property. When set to true the default CSS value is used.

    rowGap: CSSPropertyValue | number | boolean

    Sets the CSS rowGap property. When set to true the default CSS value is used.