bits-ui
Version:
The headless components for Svelte.
5 lines (4 loc) • 345 B
TypeScript
export { default as Root } from "./components/switch.svelte";
export { default as Thumb } from "./components/switch-thumb.svelte";
export { default as Input } from "./components/switch-input.svelte";
export type { SwitchProps as Props, SwitchThumbProps as ThumbProps, SwitchInputProps as InputProps, SwitchEvents as Events, } from "./types.js";