Add index.ts files

This commit is contained in:
Ryan Gossiaux
2021-12-14 15:28:26 -08:00
parent 4fb49c546a
commit 7de1e35524
12 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export { default as Switch } from "./Switch.svelte";
export { default as SwitchGroup } from "./SwitchGroup.svelte";
export { default as SwitchGroupLabel } from "../label/Label.svelte";
export { default as SwitchGroupDescription } from "../description/Description.svelte";