From a582f79170e19907434bfbbbaea50a1e0ae3a69b Mon Sep 17 00:00:00 2001 From: Ryan Gossiaux Date: Mon, 7 Feb 2022 15:25:06 -0800 Subject: [PATCH] Type Switch using $$Props --- src/lib/components/switch/Switch.svelte | 27 ++++++++++++++++---- src/lib/components/switch/SwitchGroup.svelte | 23 ++++++++++++++--- 2 files changed, 41 insertions(+), 9 deletions(-) diff --git a/src/lib/components/switch/Switch.svelte b/src/lib/components/switch/Switch.svelte index 856cc90..cea3373 100644 --- a/src/lib/components/switch/Switch.svelte +++ b/src/lib/components/switch/Switch.svelte @@ -1,3 +1,12 @@ + + - +