Type Alias TrackType

TrackType:
    | "flex"
    | "fixed"
    | "percent"
    | "auto"

Represents the type of track in Penpot. This type defines various track types that can be used in layout configurations.