@jsfkit/types
    Preparing search index...

    Type Alias TextWrapping

    TextWrapping: "none" | "square"

    Text wrapping behavior.

    Defines how text wraps within its container:

    Value Behavior
    none No wrapping (text runs on a single line)
    square Wrap text at container boundaries