UNPKG

bits-ui

Version:

The headless components for Svelte.

4 lines (3 loc) 227 B
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";