UNPKG

@sjsf/shadcn4-theme

Version:

The shadcn-svelte based theme for svelte-jsonschema-form

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