Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias SyntaxComponentKind
import { type SyntaxComponentKind } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";
definition:
| { 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; }