Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ana_components/src/types/props.ts>iMenu

🧱 UI library for Ana
Go to Latest
type alias iMenu
import { type iMenu } from "https://deno.land/x/ana_components@v0.0.82/src/types/props.ts";

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

definition: iExtendedElement<HTMLDivElement> & { isOpen: boolean; links: { label: string; href: string; }[] | []; }