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 {} = {}> {
generator: UnoGenerator<Theme>;
theme: Theme;
}

§Type Parameters

§
Theme extends {} = {}
[src]

§Properties

§
generator: UnoGenerator<Theme>
[src]

UnoCSS generator instance

§
theme: Theme
[src]

The theme object