Skip to main content
Go to Latest
interface ViewportFallback
import { type ViewportFallback } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";

Type Parameters

optional
TLength = string | 0

Properties

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