UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 377 B
import { RangeInputProps } from './types'; declare const RangeInput: ({ name, min, max, defaultValue, step, label, labelIsBold, size, layout, title, hint, required, rangeActive, rangeBackground, thumbnailColor, thumbnailActiveColor, thumbnailShape, rounded, style, className, onChange, }: RangeInputProps) => import("react/jsx-runtime").JSX.Element; export default RangeInput;