Skip to main content
Deno 2 is finally here 🎉️
Learn more
Extremely Popular
Go to Latest
type alias VariantsProps
import { type VariantsProps } from "https://deno.land/x/fresh@1.6.3/plugins/twindv1_deps.ts";
definition: [key in keyof Variants]?: MorphVariant<keyof Variants[key]> | (Record<string, MorphVariant<keyof Variants[key]>> & { _?: MorphVariant<keyof Variants[key]>; })