type alias MENU_POSITIONSimport { type MENU_POSITIONS } from "https://deno.land/x/lunchbox@v1.0.2/src/enums.ts"; definition: | "static" | "top-right" | "top-left" | "bottom-right" | "bottom-left"