Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lunchbox/components/Linkmap/setup.ts>iLinkmap

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iLinkmap
import { type iLinkmap } from "https://deno.land/x/lunchbox@v0.1.13/components/Linkmap/setup.ts";
definition: iExtendedElement<HTMLDivElement> & { links: iLinkmapitem[] | []; fwd: Partial<{ list: iFwd<HTMLUListElement>; item: iFwd<HTMLLIElement>; link: iFwd<HTMLAnchorElement>; text: iFwd<HTMLSpanElement>; }>; }