mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 21:04:46 +01:00
5 lines
No EOL
162 B
TypeScript
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); |