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 πŸ‹
Latest
type alias iLinkmap
import { type iLinkmap } from "https://deno.land/x/lunchbox@v1.0.1/components/Linkmap/setup.ts";

Properties of the <Linkmap /> component.

definition: iComponent<HTMLDivElement> & { links: iLinkmapitem[] | []; fwd: Partial<iLinkmapFwd>; }