Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/components/layout/header.tsx>HeaderProps

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
type alias HeaderProps
import { type HeaderProps } from "https://deno.land/x/netzo@0.4.40/components/layout/header.tsx";
definition: JSX.IntrinsicElements["header"] & { title?: string; description?: string; image?: string; ui?: { root?: JSX.IntrinsicElements["header"]; title?: JSX.IntrinsicElements["h1"]; description?: JSX.IntrinsicElements["div"]; image?: JSX.IntrinsicElements["img"]; left?: JSX.IntrinsicElements["div"]; right?: JSX.IntrinsicElements["div"]; }; } & HeaderAuthProps