UNPKG

@voilajsx/uikit

Version:

Cross-platform React components with beautiful themes and OKLCH color sciences - Now with mobile (Capacitor) support

5 lines 319 B
import * as React from "react"; import * as SliderPrimitive from "@radix-ui/react-slider"; declare function Slider({ className, defaultValue, value, min, max, ...props }: React.ComponentProps<typeof SliderPrimitive.Root>): import("react/jsx-runtime").JSX.Element; export { Slider }; //# sourceMappingURL=slider.d.ts.map