UNPKG

bits-ui

Version:

The headless components for Svelte.

5 lines (4 loc) 216 B
import type { SwitchThumbProps } from "../types.js"; declare const SwitchThumb: import("svelte").Component<SwitchThumbProps, {}, "ref">; type SwitchThumb = ReturnType<typeof SwitchThumb>; export default SwitchThumb;