UNPKG

@fuxui/base

Version:

ui kit - svelte 5 + tailwind 4 - base components

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;