Skip to main content
Module

x/lunchbox/components/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.15/components/Menu/setup.ts";
definition: iComponent<HTMLDivElement> & { closed: boolean; menuPosition: MENU_POSITIONS; menuOptions: Record<string, MenuOption>; customOption?: (option: MenuOption, key: string) => JSX.Element; fwd: Partial<{ container: iFwd<HTMLDivElement>; button: Partial<iButton>; option: Partial<iButton>; }>; }