UNPKG

fui-fancyui

Version:
6 lines (5 loc) 293 B
import { TRawSliderWithNativeAttrs } from '../../atoms/RawSlider'; import { TInputWrapperUserInputProps } from '../../molecules/InputWrapper'; export type TFancyRangeSlider = Omit<TInputWrapperUserInputProps, 'placeholder'> & TRawSliderWithNativeAttrs & { displayNumberInput?: boolean; };