ivt
Version:
Ivt Components Library
8 lines (5 loc) • 331 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import * as SliderPrimitive from '@radix-ui/react-slider';
import * as React from 'react';
declare function Slider({ className, defaultValue, value, min, max, ...props }: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime.JSX.Element;
export { Slider };