UNPKG

speechly

Version:

A React component for text-to-speech functionality using the Speechify API

5 lines (4 loc) 283 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 };