From 8a6ebd193933c2879c2a36e1b2f164889575d3bc Mon Sep 17 00:00:00 2001
From: Justin Fowler <justin.fowler@hey.com>
Date: Fri, 02 Feb 2024 04:17:21 +0000
Subject: [PATCH] docs: clarity for `RecentNotes` (#786)
---
globals.d.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/globals.d.ts b/globals.d.ts
index 4473d59..0509f26 100644
--- a/globals.d.ts
+++ b/globals.d.ts
@@ -4,7 +4,7 @@
type: K,
listener: (this: Document, ev: CustomEventMap[K]) => void,
): void
- dispatchEvent<K extends keyof CustomEventMap>(ev: CustomEventMap[K]): void
+ dispatchEvent<K extends keyof CustomEventMap>(ev: CustomEventMap[K] | UIEvent): void
}
interface Window {
spaNavigate(url: URL, isBack: boolean = false)
--
Gitblit v1.10.0