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