Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
type alias Property.MinHeight
import { type Property } from "https://deno.land/x/react_deno@17.0.2/src/csstype.d.ts";
const { MinHeight } = Property;

Type Parameters

optional
TLength = (string & { }) | 0
definition:
| "-moz-fit-content"
| "-moz-max-content"
| "-moz-min-content"
| "-webkit-fit-content"
| "-webkit-max-content"
| "-webkit-min-content"
| "auto"
| "fit-content"
| "intrinsic"
| "max-content"
| "min-content"
| (string & { })