Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Viewport
import { type Viewport } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";

Type Parameters

optional
TLength = string | 0

Properties

optional
msHeight: ViewportHeightProperty<TLength>
optional
msMaxHeight: ViewportMaxHeightProperty<TLength>
optional
msMaxWidth: ViewportMaxWidthProperty<TLength>
optional
msMaxZoom: ViewportMaxZoomProperty
optional
msMinHeight: ViewportMinHeightProperty<TLength>
optional
msMinWidth: ViewportMinWidthProperty<TLength>
optional
msMinZoom: ViewportMinZoomProperty
optional
msOrientation: ViewportOrientationProperty
optional
msUserZoom: ViewportUserZoomProperty
optional
msWidth: ViewportWidthProperty<TLength>
optional
msZoom: ViewportZoomProperty
optional
OOrientation: ViewportOrientationProperty
optional
height: ViewportHeightProperty<TLength>
optional
maxHeight: ViewportMaxHeightProperty<TLength>
optional
maxWidth: ViewportMaxWidthProperty<TLength>
optional
maxZoom: ViewportMaxZoomProperty
optional
minHeight: ViewportMinHeightProperty<TLength>
optional
minWidth: ViewportMinWidthProperty<TLength>
optional
minZoom: ViewportMinZoomProperty
optional
orientation: ViewportOrientationProperty
optional
userZoom: ViewportUserZoomProperty
optional
width: ViewportWidthProperty<TLength>
optional
zoom: ViewportZoomProperty