Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias iLinkmap
import { type iLinkmap } from "https://deno.land/x/ana_components@v0.0.42/src/types/props.ts";

Linkmap component's type that extends the <div> element Read more.

definition: iExtendedElement<HTMLDivElement> & { links: ItemLink[] | []; }