hosanna-ui-docs - v0.9.0
    Preparing search index...

    Represents the margins around an element.

    type IMargins = {
        bottom: number;
        left: number;
        right: number;
        top: number;
    }
    Index

    Properties

    Properties

    bottom: number

    The size of the bottom margin.

    left: number

    The size of the left margin.

    right: number

    The size of the right margin.

    top: number

    The size of the top margin.