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 AutocompleteModifier
import { type AutocompleteModifier } from "https://deno.land/x/fresh@1.6.2/plugins/twindv1_deps.ts";
definition: { modifier: string; theme?: { section: string; key: string; }; color?:
| string
| false
| null
| undefined
; label?: string; }