filestash/public/assets/lib/skeleton/router.d.ts
2023-11-27 20:58:54 +11:00

5 lines
No EOL
162 B
TypeScript

export function init($root: HTMLElement): Promise<void>;
export function navigate(href: string);
export function currentRoute(r: object, notFoundRoute: string);