UNPKG

@jengaui/slider

Version:

Jenga UI Slider component in React

11 lines (8 loc) 268 B
import { SliderState } from '@react-stately/slider'; declare type GradationProps = { state: SliderState; ranges: number[]; values?: string[]; }; declare function Gradation(props: GradationProps): JSX.Element | null; export { Gradation, GradationProps };