UNPKG

digitinary-ui

Version:

Digitinary UI Library

5 lines (4 loc) 258 B
import './style.scss'; import { InputRangeProps } from '../../types'; declare const InputRange: ({ value, onChange, disabled, min, max, label, required, isPercentage, }: InputRangeProps) => import("react/jsx-runtime").JSX.Element; export default InputRange;