Skip to main content
Extremely Popular
Latest
type alias AutocompleteItem
import { type AutocompleteItem } from "https://deno.land/x/fresh@1.6.8/plugins/twindv1_deps.ts";
definition: { prefix?: string; suffix: string; theme?: { section: string; key: string; }; modifiers?:
| false
| null
| undefined
; color?:
| string
| false
| null
| undefined
; label?: string; }