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

PreflightContext

interface PreflightContext <Theme extends object = object> {
generator: UnoGenerator<Theme>;
theme: Theme;
}

§Type Parameters

§
Theme extends object = object
[src]

§Properties

§
generator: UnoGenerator<Theme>
[src]

UnoCSS generator instance

§
theme: Theme
[src]

The theme object