UNPKG

@renderlesskit/react

Version:

Collection of headless components/hooks that are accessible, composable, customizable from low level to build your own UI & Design System powered by Reakit

13 lines (12 loc) 4.42 kB
export declare const USE_SLIDER_BASE_STATE_KEYS: readonly ["orientation", "isDisabled", "onChangeEnd", "minValue", "maxValue", "step", "value", "defaultValue", "onChange", "label", "formatOptions"]; export declare const SLIDER_BASE_STATE_KEYS: readonly ["values", "focusedThumb", "step", "getThumbValue", "setThumbValue", "setThumbPercent", "isThumbDragging", "setThumbDragging", "setFocusedThumb", "getThumbPercent", "getValuePercent", "getThumbValueLabel", "getFormattedValue", "getThumbMinValue", "getThumbMaxValue", "getPercentValue", "isThumbEditable", "setThumbEditable"]; export declare const SLIDER_STATE_KEYS: readonly ["trackRef", "labelProps", "groupProps", "trackProps", "outputProps"]; export declare const USE_SLIDER_STATE_KEYS: readonly ["orientation", "isDisabled", "onChangeEnd", "minValue", "maxValue", "step", "value", "defaultValue", "onChange", "label", "id", "aria-label", "aria-labelledby", "aria-describedby", "aria-details", "state"]; export declare const SLIDER_THUMB_STATE_KEYS: readonly ["inputRef", "thumbProps", "inputProps", "labelProps"]; export declare const USE_SLIDER_THUMB_STATE_KEYS: readonly ["orientation", "isDisabled", "index", "autoFocus", "onFocus", "onBlur", "onFocusChange", "onKeyDown", "onKeyUp", "validationState", "isRequired", "label", "id", "excludeFromTabOrder", "aria-label", "aria-labelledby", "aria-describedby", "aria-details", "aria-errormessage", "trackRef", "state"]; export declare const SLIDER_GROUP_KEYS: readonly ["values", "focusedThumb", "step", "getThumbValue", "setThumbValue", "setThumbPercent", "isThumbDragging", "setThumbDragging", "setFocusedThumb", "getThumbPercent", "getValuePercent", "getThumbValueLabel", "getFormattedValue", "getThumbMinValue", "getThumbMaxValue", "getPercentValue", "isThumbEditable", "setThumbEditable", "trackRef", "labelProps", "groupProps", "trackProps", "outputProps", "inputRef", "thumbProps", "inputProps", "labelProps"]; export declare const SLIDER_INPUT_KEYS: readonly ["values", "focusedThumb", "step", "getThumbValue", "setThumbValue", "setThumbPercent", "isThumbDragging", "setThumbDragging", "setFocusedThumb", "getThumbPercent", "getValuePercent", "getThumbValueLabel", "getFormattedValue", "getThumbMinValue", "getThumbMaxValue", "getPercentValue", "isThumbEditable", "setThumbEditable", "trackRef", "labelProps", "groupProps", "trackProps", "outputProps", "inputRef", "thumbProps", "inputProps", "labelProps"]; export declare const SLIDER_LABEL_KEYS: readonly ["values", "focusedThumb", "step", "getThumbValue", "setThumbValue", "setThumbPercent", "isThumbDragging", "setThumbDragging", "setFocusedThumb", "getThumbPercent", "getValuePercent", "getThumbValueLabel", "getFormattedValue", "getThumbMinValue", "getThumbMaxValue", "getPercentValue", "isThumbEditable", "setThumbEditable", "trackRef", "labelProps", "groupProps", "trackProps", "outputProps", "inputRef", "thumbProps", "inputProps", "labelProps"]; export declare const SLIDER_OUTPUT_KEYS: readonly ["values", "focusedThumb", "step", "getThumbValue", "setThumbValue", "setThumbPercent", "isThumbDragging", "setThumbDragging", "setFocusedThumb", "getThumbPercent", "getValuePercent", "getThumbValueLabel", "getFormattedValue", "getThumbMinValue", "getThumbMaxValue", "getPercentValue", "isThumbEditable", "setThumbEditable", "trackRef", "labelProps", "groupProps", "trackProps", "outputProps", "inputRef", "thumbProps", "inputProps", "labelProps"]; export declare const SLIDER_THUMB_KEYS: readonly ["values", "focusedThumb", "step", "getThumbValue", "setThumbValue", "setThumbPercent", "isThumbDragging", "setThumbDragging", "setFocusedThumb", "getThumbPercent", "getValuePercent", "getThumbValueLabel", "getFormattedValue", "getThumbMinValue", "getThumbMaxValue", "getPercentValue", "isThumbEditable", "setThumbEditable", "trackRef", "labelProps", "groupProps", "trackProps", "outputProps", "inputRef", "thumbProps", "inputProps", "labelProps"]; export declare const SLIDER_TRACK_KEYS: readonly ["values", "focusedThumb", "step", "getThumbValue", "setThumbValue", "setThumbPercent", "isThumbDragging", "setThumbDragging", "setFocusedThumb", "getThumbPercent", "getValuePercent", "getThumbValueLabel", "getFormattedValue", "getThumbMinValue", "getThumbMaxValue", "getPercentValue", "isThumbEditable", "setThumbEditable", "trackRef", "labelProps", "groupProps", "trackProps", "outputProps", "inputRef", "thumbProps", "inputProps", "labelProps"];