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