sesaparcours
    Preparing search index...

    Defines the width and height of some element.

    interface Size {
        h: number;
        w: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    h w

    Properties

    h: number
    w: number