Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/levo/src/css-types.ts>ViewportHyphen

Server side rendering with The Elm Architecture in Deno
Latest
interface ViewportHyphen
import { type ViewportHyphen } from "https://deno.land/x/levo@v0.0.27/src/css-types.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