Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lunchbox/components/Navigation/setup.ts>iNavigation

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iNavigation
import { type iNavigation } from "https://deno.land/x/lunchbox@v0.1.13/components/Navigation/setup.ts";
definition: iExtendedElement & { fixed: boolean; fwd: Partial<{ wrapper: iFwd<HTMLDivElement>; panel: iFwd<HTMLDivElement>; layout: iFwd<HTMLDivElement>; }>; }