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

UserOnlyOptions

interface UserOnlyOptions <Theme extends {} = {}> {
envMode?: "dev" | "build";
presets?: (Preset<Theme> | Preset<Theme>[])[];
shortcutsLayer?: string;
theme?: Theme;
}

§Type Parameters

§
Theme extends {} = {}
[src]

§Properties

§
envMode?: "dev" | "build"
[src]

Environment mode

§
presets?: (Preset<Theme> | Preset<Theme>[])[]
[src]

Presets

§
shortcutsLayer?: string
[src]

Layout name of shortcuts

§
theme?: Theme
[src]

The theme object, will be merged with the theme provides by presets