Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VariantContext

interface VariantContext <Theme extends object = object> {
generator: UnoGenerator<Theme>;
rawSelector: string;
theme: Theme;
}

§Type Parameters

§
Theme extends object = object
[src]

§Properties

§
generator: UnoGenerator<Theme>
[src]

UnoCSS generator instance

§
rawSelector: string
[src]

Unprocessed selector from user input.

§
theme: Theme
[src]

The theme object