globals.d.ts @@ -8,5 +8,6 @@ } interface Window { spaNavigate(url: URL, isBack: boolean = false) addCleanup(fn: (...args: any[]) => void) } }