import { type iAutocomplete } from "https://deno.land/x/lunchbox@v0.3.109/islands/Autocomplete/setup.ts";
Properties of the <Autocomplete />
island.
definition: Partial<iInput> & { initialValues: string[]; onSubmit: (inputValue: string) => void; fwd: Partial<{ wrapper: iFwd<HTMLDivElement>; relativeContainer: iFwd<HTMLDivElement>; menuWrapper: iFwd<HTMLDivElement>; menuOption: iFwd<HTMLDivElement>; menuOptionText: Partial<iText>; selectedOption: iFwd<HTMLSpanElement>; selectionsWrapper: iFwd<HTMLDivElement>; }>; }