UNPKG

@gluestack-ui/core

Version:

Universal UI components for React Native, Expo, and Next.js

11 lines 399 B
import { AriaSliderProps } from '@react-types/slider'; import { SliderState } from '@react-stately/slider'; interface SliderAria { labelProps: any; groupProps: any; trackProps: any; outputProps: any; } export declare function useSlider(props: AriaSliderProps, state: SliderState, trackLayout: any, isReversed?: boolean): SliderAria; export {}; //# sourceMappingURL=useSlider.d.ts.map