Skip to main content
Go to Latest
type alias JustifySelfProperty
import { type JustifySelfProperty } from "https://deno.land/std@0.39.0/types/react/csstype.d.ts";
definition:
| SelfPosition
| "auto"
| "baseline"
| "left"
| "normal"
| "right"
| "stretch"
| string