Type Alias SyntaxComponentKind
SyntaxComponentKind:
| { type: "length" }
| { type: "number" }
| { type: "percentage" }
| { type: "length-percentage" }
| { type: "color" }
| { type: "image" }
| { type: "url" }
| { type: "integer" }
| { type: "angle" }
| { type: "time" }
| { type: "resolution" }
| { type: "transform-function" }
| { type: "transform-list" }
| { type: "custom-ident" }
| { type: "literal"; value: string }
A syntax component component name.