UNPKG

@sjsf/shadcn-theme

Version:

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

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