UNPKG

bits-ui

Version:

The headless components for Svelte.

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