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

x/lunchbox/components/Header/setup.ts>iHeader

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