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