Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface AtRule.Viewport
import { type AtRule } from "https://deno.land/x/react_deno@17.0.2/src/csstype.d.ts";
const { Viewport } = AtRule;

Type Parameters

optional
TLength = (string & { }) | 0
optional
TTime = string & { }

Properties

optional
height: Height<TLength>
optional
maxHeight: MaxHeight<TLength>
optional
maxWidth: MaxWidth<TLength>
optional
maxZoom: MaxZoom
optional
minHeight: MinHeight<TLength>
optional
minWidth: MinWidth<TLength>
optional
minZoom: MinZoom
optional
orientation: Orientation
optional
userZoom: UserZoom
optional
viewportFit: ViewportFit
optional
width: Width<TLength>
optional
zoom: Zoom