Skip to content

Type Alias: Viewport ​

ts
type Viewport = {
  height: number;
  width: number;
};

Properties ​

PropertyType
heightnumber
widthnumber

Released under the MIT License.