Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ter/components/Header.tsx>default

A tiny wiki-style site builder with Zettelkasten flavor.
Go to Latest
variable default
import { default } from "https://deno.land/x/ter@0.12.0/components/Header.tsx";

type

FC<{ currentPath: string; crumbs?: Crumb[]; navItems?: Record<string, string>; }>