UNPKG

react-code-canvas

Version:

React component for running and previewing React code with live editing capabilities

5 lines (4 loc) 261 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>): React.JSX.Element; export { Slider };