@moxijs/ui - v0.3.5
    Preparing search index...

    Type Alias SizeConstraint

    SizeConstraint: number | "auto" | "fill" | `${number}%`

    Size constraint values for UI components.

    • number: Fixed pixels (e.g., 100)
    • 'auto': Fit to content
    • 'fill': Expand to available space (alias for '100%')
    • '${n}%': Percentage of parent (e.g., '50%')