Generated API snapshot
@askrjs/ui/slider
Exports from the declarations published in @askrjs/ui 0.0.13. Signatures are generated from the installed artifact.
@askrjs/ui/slider0.0.13
Exports
This entrypoint publishes 15 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.
Slidertype
Slider: (props: SliderProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementSLIDER_A11Y_CONTRACTtype
SLIDER_A11Y_CONTRACT: { readonly THUMB_ROLE: "slider"; readonly VALUE_NOW_ATTRIBUTE: "aria-valuenow"; readonly VALUE_MIN_ATTRIBUTE: "aria-valuemin"; readonly VALUE_MAX_ATTRIBUTE: "aria-valuemax"; readonly ORIENTATION_ATTRIBUTE: "aria-orientation"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly disabled: "data-disabled"; readonly orientation: "data-orientation"; }; }SliderA11yContracttype
SliderA11yContract: anySliderOrientationtype
SliderOrientation: anySliderOwnPropstype
SliderOwnProps: anySliderPropstype
SliderProps: anySliderRangetype
SliderRange: { (props: SliderRangeProps): JSX.Element; (props: SliderRangeAsChildProps): JSX.Element; }SliderRangeAsChildPropstype
SliderRangeAsChildProps: anySliderRangePropstype
SliderRangeProps: anySliderThumbtype
SliderThumb: { (props: SliderThumbProps): JSX.Element; (props: SliderThumbAsChildProps): JSX.Element; }SliderThumbAsChildPropstype
SliderThumbAsChildProps: anySliderThumbPropstype
SliderThumbProps: anySliderTracktype
SliderTrack: { (props: SliderTrackProps): JSX.Element; (props: SliderTrackAsChildProps): JSX.Element; }SliderTrackAsChildPropstype
SliderTrackAsChildProps: anySliderTrackPropstype
SliderTrackProps: any