From 674253b7bfcb358f0166abf733afc26d02c14953 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 27 Jan 2024 09:43:42 -0800 Subject: [PATCH] fix(types): improve `e.detail` type for dispatched events --- src/ListBox/ListBoxSelection.svelte | 4 ++++ src/Slider/Slider.svelte | 4 ++++ src/StructuredList/StructuredList.svelte | 4 ++++ src/Tabs/Tabs.svelte | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/src/ListBox/ListBoxSelection.svelte b/src/ListBox/ListBoxSelection.svelte index dec717da..276026ce 100644 --- a/src/ListBox/ListBoxSelection.svelte +++ b/src/ListBox/ListBoxSelection.svelte @@ -1,4 +1,8 @@