UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

5 lines (4 loc) 179 B
import { HtmlRR0Context } from "RR0Context.js"; export interface AnchorHandler { handle(context: HtmlRR0Context, a: HTMLAnchorElement, pathToSearch: string): Promise<void>; }