Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumTypeScripttemplate literal typesSingle-choice MCQ

Template literal types distribute over unions in each placeholder. What is the cardinality (number of members) of `Variant`?

type Variant = `${"sm" | "md" | "lg"}-${"red" | "blue"}`;