Skip to main content
Go to Latest
interface ViewportHyphenFallback
import { type ViewportHyphenFallback } 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> | ViewportHeightProperty<TLength>[]
optional
-ms-max-height: ViewportMaxHeightProperty<TLength> | ViewportMaxHeightProperty<TLength>[]
optional
-ms-max-width: ViewportMaxWidthProperty<TLength> | ViewportMaxWidthProperty<TLength>[]
optional
-ms-max-zoom: ViewportMaxZoomProperty | ViewportMaxZoomProperty[]
optional
-ms-min-height: ViewportMinHeightProperty<TLength> | ViewportMinHeightProperty<TLength>[]
optional
-ms-min-width: ViewportMinWidthProperty<TLength> | ViewportMinWidthProperty<TLength>[]
optional
-ms-min-zoom: ViewportMinZoomProperty | ViewportMinZoomProperty[]
optional
-ms-orientation: ViewportOrientationProperty | ViewportOrientationProperty[]
optional
-ms-user-zoom: ViewportUserZoomProperty | ViewportUserZoomProperty[]
optional
-ms-width: ViewportWidthProperty<TLength> | ViewportWidthProperty<TLength>[]
optional
-ms-zoom: ViewportZoomProperty | ViewportZoomProperty[]
optional
-o-orientation: ViewportOrientationProperty | ViewportOrientationProperty[]
optional
height: ViewportHeightProperty<TLength> | ViewportHeightProperty<TLength>[]
optional
max-height: ViewportMaxHeightProperty<TLength> | ViewportMaxHeightProperty<TLength>[]
optional
max-width: ViewportMaxWidthProperty<TLength> | ViewportMaxWidthProperty<TLength>[]
optional
max-zoom: ViewportMaxZoomProperty | ViewportMaxZoomProperty[]
optional
min-height: ViewportMinHeightProperty<TLength> | ViewportMinHeightProperty<TLength>[]
optional
min-width: ViewportMinWidthProperty<TLength> | ViewportMinWidthProperty<TLength>[]
optional
min-zoom: ViewportMinZoomProperty | ViewportMinZoomProperty[]
optional
orientation: ViewportOrientationProperty | ViewportOrientationProperty[]
optional
user-zoom: ViewportUserZoomProperty | ViewportUserZoomProperty[]
optional
width: ViewportWidthProperty<TLength> | ViewportWidthProperty<TLength>[]
optional
zoom: ViewportZoomProperty | ViewportZoomProperty[]