UNPKG

bits-ui

Version:

The headless components for Svelte.

5 lines (4 loc) 210 B
import type { SliderTickProps } from "../types.js"; declare const SliderTick: import("svelte").Component<SliderTickProps, {}, "ref">; type SliderTick = ReturnType<typeof SliderTick>; export default SliderTick;