Skip to main content
Deno 2 is finally here 🎉️
Learn more
Extremely Popular
Go to Latest
type alias DarkModeConfig
import { type DarkModeConfig } from "https://deno.land/x/fresh@1.4.0/plugins/twindv1_deps.ts";
definition:
| "media"
| "class"
| (string & { })
| boolean
| undefined
| ["class", string]