UNPKG

xlibs-components

Version:

Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications

5 lines 321 B
import * as React from "react"; import * as SliderPrimitive from "@radix-ui/react-slider"; declare const Slider: React.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>; export { Slider }; //# sourceMappingURL=slider.d.ts.map