Skip to main content
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.3.15/components/Header/setup.ts";
definition: iComponent & { layout_type: LAYOUT_TYPES | null; banner: boolean; gradient_pattern: GRADIENT_PATTERNS | null; fwd: Partial<{ layout: Partial<iLayout>; panel: Partial<iPanel>; wrapper: iFwd<HTMLDivElement>; gradient: Partial<iGradient>; }>; }