Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias iHeader
import { type iHeader } from "https://deno.land/x/ana_components@v0.0.50/src/types/props.ts";

Header component's type that extends the generic HTMLElement Read more.

definition: iExtendedElement & { layout_type: LAYOUT_TYPES; }