@sjsf/shadcn4-theme
Version:
The shadcn-svelte based theme for svelte-jsonschema-form
6 lines (5 loc) • 304 B
TypeScript
import { Slider as SliderPrimitive } from "bits-ui";
import { type WithoutChildrenOrChild } from "../../../utils.js";
declare const Slider: import("svelte").Component<WithoutChildrenOrChild<SliderPrimitive.RootProps>, {}, "ref" | "value">;
type Slider = ReturnType<typeof Slider>;
export default Slider;