@figr-design/identity-code-lib
Version:
This repo contains code for components exported from Figrs design system generator (Identity).
5 lines • 321 B
TypeScript
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