UNPKG

@ark-ui/react

Version:

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

4 lines (3 loc) 194 B
import { ThumbProps } from '@zag-js/slider'; import { Provider } from 'react'; export declare const SliderThumbPropsProvider: Provider<ThumbProps>, useSliderThumbPropsContext: () => ThumbProps;