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

Preflight

interface Preflight <Theme extends object = object> {
getCSS: (context: PreflightContext<Theme>) => Promise<string | undefined> | string | undefined;
layer?: string;
}

§Type Parameters

§
Theme extends object = object
[src]

§Properties

§
getCSS: (context: PreflightContext<Theme>) => Promise<string | undefined> | string | undefined
[src]
§
layer?: string
[src]