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

Type Parameters

optional
TLength = string | 0

Properties

optional
-ms-height: ViewportHeightProperty<TLength>
optional
-ms-max-height: ViewportMaxHeightProperty<TLength>
optional
-ms-max-width: ViewportMaxWidthProperty<TLength>
optional
-ms-max-zoom: ViewportMaxZoomProperty
optional
-ms-min-height: ViewportMinHeightProperty<TLength>
optional
-ms-min-width: ViewportMinWidthProperty<TLength>
optional
-ms-min-zoom: ViewportMinZoomProperty
optional
-ms-orientation: ViewportOrientationProperty
optional
-ms-user-zoom: ViewportUserZoomProperty
optional
-ms-width: ViewportWidthProperty<TLength>
optional
-ms-zoom: ViewportZoomProperty
optional
-o-orientation: ViewportOrientationProperty
optional
height: ViewportHeightProperty<TLength>
optional
max-height: ViewportMaxHeightProperty<TLength>
optional
max-width: ViewportMaxWidthProperty<TLength>
optional
max-zoom: ViewportMaxZoomProperty
optional
min-height: ViewportMinHeightProperty<TLength>
optional
min-width: ViewportMinWidthProperty<TLength>
optional
min-zoom: ViewportMinZoomProperty
optional
orientation: ViewportOrientationProperty
optional
user-zoom: ViewportUserZoomProperty
optional
width: ViewportWidthProperty<TLength>
optional
zoom: ViewportZoomProperty