package.dist.components.slider.index.d.cts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react Show documentation
Show all versions of react Show documentation
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
The newest version!
export type { FocusChangeDetails as SliderFocusChangeDetails, ValueChangeDetails as SliderValueChangeDetails, } from '@zag-js/slider';
export { SliderContext, type SliderContextProps, } from './slider-context';
export { SliderControl, type SliderControlBaseProps, type SliderControlProps, } from './slider-control';
export { SliderDraggingIndicator, type SliderDraggingIndicatorBaseProps, type SliderDraggingIndicatorProps, } from './slider-dragging-indicator';
export { SliderHiddenInput, type SliderHiddenInputBaseProps, type SliderHiddenInputProps, } from './slider-hidden-input';
export { SliderLabel, type SliderLabelBaseProps, type SliderLabelProps, } from './slider-label';
export { SliderMarker, type SliderMarkerBaseProps, type SliderMarkerProps, } from './slider-marker';
export { SliderMarkerGroup, type SliderMarkerGroupBaseProps, type SliderMarkerGroupProps, } from './slider-marker-group';
export { SliderRange, type SliderRangeBaseProps, type SliderRangeProps, } from './slider-range';
export { SliderRoot, type SliderRootBaseProps, type SliderRootProps, } from './slider-root';
export { SliderRootProvider, type SliderRootProviderBaseProps, type SliderRootProviderProps, } from './slider-root-provider';
export { SliderThumb, type SliderThumbBaseProps, type SliderThumbProps, } from './slider-thumb';
export { SliderTrack, type SliderTrackBaseProps, type SliderTrackProps, } from './slider-track';
export { SliderValueText, type SliderValueTextBaseProps, type SliderValueTextProps, } from './slider-value-text';
export { sliderAnatomy } from './slider.anatomy';
export { useSlider, type UseSliderProps, type UseSliderReturn } from './use-slider';
export { useSliderContext, type UseSliderContext } from './use-slider-context';
export * as Slider from './slider';
© 2015 - 2025 Weber Informatics LLC | Privacy Policy