UNPKG

@ark-ui/vue

Version:

A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.

3 lines (2 loc) 199 B
import { ThumbProps } from '@zag-js/slider'; export declare const SliderThumbPropsProvider: (opts: ThumbProps) => void, useSliderThumbPropsContext: (fallback?: ThumbProps | undefined) => ThumbProps;