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

    Interface representing the size of a text block.

    interface TextSize {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    The height of the text.

    width: number

    The width of the text.