type alias AutocompleteModifierimport { type AutocompleteModifier } from "https://dotland.deno.dev/x/fresh@1.7.3/plugins/twindv1_deps.ts"; definition: { modifier: string; theme?: { section: string; key: string; }; color?: | string | false | null | undefined; label?: string; }