Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/lunchbox/islands/Menu/setup.ts>iMenu

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iMenu
import { type iMenu } from "https://deno.land/x/lunchbox@v0.3.109/islands/Menu/setup.ts";

Properties of the <Menu /> island.

definition: iComponent<HTMLUListElement> & { open: boolean; hardToggle: boolean; button: ComponentChild; fwd: Partial<iMenuFwd>; }