Skip to main content
Module

x/aleph/lib/@unocss/core.ts>UserOnlyOptions

The Full-stack Framework in Deno.
Go to Latest
interface UserOnlyOptions
import { type UserOnlyOptions } from "https://deno.land/x/aleph@1.0.0-beta.1/lib/@unocss/core.ts";

Type Parameters

optional
Theme extends { } = { }

Properties

optional
theme: Theme

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

optional
shortcutsLayer: string

Layout name of shortcuts

optional
presets: (Preset<Theme> | Preset<Theme>[])[]

Presets

optional
envMode: "dev" | "build"

Environment mode