Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
type alias AutocompleteItem
import { type AutocompleteItem } from "https://deno.land/x/fresh@1.6.2/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; }