UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

5 lines (4 loc) 241 B
import { Switch as SwitchPrimitive } from "bits-ui"; declare const Switch: import("svelte").Component<WithoutChildrenOrChild<SwitchPrimitive.RootProps>, {}, "ref" | "checked">; type Switch = ReturnType<typeof Switch>; export default Switch;