Skip to main content
Go to Latest
type alias MaxHeightProperty
import { type MaxHeightProperty } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";
definition:
| "-moz-fit-content"
| "-moz-max-content"
| "-moz-min-content"
| "-webkit-fit-content"
| "-webkit-max-content"
| "-webkit-min-content"
| "fill-available"
| "fit-content"
| "intrinsic"
| "max-content"
| "min-content"
| "none"
| string