UNPKG

@wix/design-system

Version:

@wix/design-system

18 lines 591 B
export { WrappedSliderHandle as SliderHandle }; declare const WrappedSliderHandle: React.ComponentType<{ tooltipValue: any; className: any; onFocusCustom?: (() => void) | undefined; onBlurCustom?: (() => void) | undefined; focusableOnFocus: any; focusableOnBlur: any; disabled: any; handleProps: any; displayTooltip?: boolean | undefined; index: any; dataHook: any; direction: any; gradientColor: any; } & import("../common/Focusable").WithFocusableProps<HTMLElement>>; import React from 'react'; //# sourceMappingURL=SliderHandle.d.ts.map