Photo Sphere Viewer
    Preparing search index...

    Type Alias CssSize

    Object defining a size in CSS

    type CssSize = {
        height: string;
        width: string;
    }
    Index

    Properties

    Properties

    height: string
    width: string