Skip to main content
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.3.15/components/Navigation/setup.ts";
definition: iComponent & { fixed: boolean; compact: boolean; fwd: Partial<{ wrapper: iFwd<HTMLDivElement>; panel: Partial<iPanel>; layout: Partial<iLayout>; }>; }