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>; }