typedoc-theme-yaf
Version:
A fresh, opinionated and standalone front-end documentation application consuming Typedoc generated data.
10 lines (9 loc) • 387 B
TypeScript
import { clickEvent } from '../../types/frontendTypes.js';
import { YafNavigationLink } from '../webComponents/Navigation/index.js';
export default class Router {
static baseUrl: string;
static route: (link: YafNavigationLink, e: clickEvent) => void;
static getTargetURL: (link: YafNavigationLink) => URL;
private static getHrefWithoutHash;
private static getHash;
}