Files
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

4 lines
227 B
TypeScript

export { default as Root } from "./components/switch.svelte";
export { default as Thumb } from "./components/switch-thumb.svelte";
export type { SwitchRootProps as RootProps, SwitchThumbProps as ThumbProps } from "./types.js";