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 πŸ‹
Latest
type alias iHeader
import { type iHeader } from "https://deno.land/x/lunchbox@v1.0.1/components/Header/setup.ts";

Properties of the <Header /> component.

definition: Omit<iComponent, "layout"> & { layout: LayoutTypes; banner: boolean; fwd: Partial<iHeaderFwd>; }