Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pyro/src/lib/page.tsx>Header

A blazingly fast static-site generator to help you ship beautiful documentation in no time
Latest
function Header
import { Header } from "https://deno.land/x/pyro@0.7.5/src/lib/page.tsx";

Parameters

props: { title: string; header: { left: JSX.Element[]; right: JSX.Element[]; }; github?: string; }