Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias iPanel
import { type iPanel } from "https://deno.land/x/ana_components@v0.0.44/src/types/props.ts";

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

definition: iExtendedElement<HTMLDivElement> & { onlyTop: boolean; onlyBottom: boolean; doubleLeft: boolean; doubleRight: boolean; }