Skip to main content
Module

x/lunchbox/components/Chip/setup.ts>iChip

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