import { type FilterByThemeValue } from "https://dotland.deno.dev/x/fresh@1.7.3/plugins/twindv1_deps.ts";
definition: [key in keyof Theme & string]: ThemeValue<Theme[key]> extends Value ? Theme[key] : never
import { type FilterByThemeValue } from "https://dotland.deno.dev/x/fresh@1.7.3/plugins/twindv1_deps.ts";