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