MCPcopy
hub / github.com/vercel-labs/wterm / Theme

Interface Theme

examples/nextjs/app/page.tsx:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import { Label } from "@/components/ui/label";
15
16interface Theme {
17 value: string;
18 theme: string | undefined;
19}
20
21const THEMES: Theme[] = [
22 { value: "Default", theme: undefined },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected