import { type iHeader } from "https://deno.land/x/lunchbox@v1.0.2/components/Header/setup.ts";
Properties of the <Header />
component.
definition: Omit<iComponent, "layout"> & { layout: LayoutTypes; banner: boolean; fwd: Partial<iHeaderFwd>; }
import { type iHeader } from "https://deno.land/x/lunchbox@v1.0.2/components/Header/setup.ts";
Properties of the <Header />
component.