Clean up store types & initial values

Treating these as Readable for better safety from consuming code

Fixes #10
This commit is contained in:
Ryan Gossiaux
2021-12-19 01:08:50 -08:00
parent 8e890b2e80
commit f105042545
15 changed files with 43 additions and 43 deletions

View File

@@ -7,8 +7,6 @@
ListboxOptions,
} from "$lib";
import { onMount } from "svelte";
function classNames(...classes) {
return classes.filter(Boolean).join(" ");
}