UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

3 lines (2 loc) • 239 B
import type { SliderInputProps } from './type'; export default function SliderInput({ onChange, onChangeEnd, disableForm, variant, size, color, value, min, max, step, ...props }: SliderInputProps): import("react/jsx-runtime").JSX.Element;