Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JinIgarashi committed Mar 16, 2024
1 parent 25dc0c0 commit 21328f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/style-switcher/src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import StyleSwitcher, { StyleUrl, type StyleSwitcherOption } from './StyleSwitcher.svelte';
import StyleSwitcherControl from './StyleSwitcherControl.svelte';

export { StyleSwitcher, StyleSwitcherControl, StyleSwitcherOption, StyleUrl };
export { StyleSwitcher, StyleSwitcherControl, StyleUrl };
export type { StyleSwitcherOption };

0 comments on commit 21328f7

Please sign in to comment.