Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AutocompleteModifier

type AutocompleteModifier = {
modifier: string;
theme?: {
section: string;
key: string;
}
;
color?:
| string
| false
| null
| undefined;
label?: string;
}
;

§Type

§
{
modifier: string;
theme?: {
section: string;
key: string;
}
;
color?:
| string
| false
| null
| undefined;
label?: string;
}
[src]