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

x/ter/components/IndexList.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.11.1/components/IndexList.tsx";

type

FC<{ title: string; items: Page[] | Record<string, Page[]>; type: "pages" | "tags" | "backlinks"; lang: Intl.LocalesArgument; }>