type alias ThemeValueimport { type ThemeValue } from "https://dotland.deno.dev/x/fresh@1.7.3/plugins/twindv1_deps.ts"; Type ParametersTdefinition: T extends Record<string, infer V> ? Exclude<V, Record<string, V>> : T