import { type MultiSelectOptions } from "https://deno.land/x/dax@0.31.0/mod.ts";
Options for showing a selection that has multiple possible values.
Properties
options: (string | MultiSelectOption)[]
Options to show the user.
import { type MultiSelectOptions } from "https://deno.land/x/dax@0.31.0/mod.ts";
Options for showing a selection that has multiple possible values.
Options to show the user.