Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

The Full-stack Framework in Deno.
Latest
interface UserOnlyOptions
import { type UserOnlyOptions } from "https://deno.land/x/alephjs@1.0.0-alpha.78.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