Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias InlineSizeProperty
import { type InlineSizeProperty } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";
definition:
| Globals
| "-moz-fit-content"
| "-moz-max-content"
| "-moz-min-content"
| "-webkit-fill-available"
| "auto"
| "available"
| "fit-content"
| "max-content"
| "min-content"
| string