Files
eewing ec317eb17c
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m11s
INIT
2026-02-18 15:17:47 -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";