Skip to main content
Module

x/lunchbox/components/Chiplist/setup.ts>iChiplist

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iChiplist
import { type iChiplist } from "https://deno.land/x/lunchbox@v0.3.15/components/Chiplist/setup.ts";
definition: iComponent<HTMLUListElement> & { onRemove?: (ev: Event) => void; values: string[]; fwd: Partial<{ chip: iFwd<HTMLLIElement>; remove_button: iFwd<HTMLButtonElement>; }>; }