UNPKG

welcome-ui

Version:

Customizable design system with react, typescript, tailwindcss and ariakit.

7 lines (6 loc) 250 B
import { RangeProps } from './types'; export declare const thumbWidth = 20; /** * @name Slider.Range */ export declare const Range: import('react').ForwardRefExoticComponent<Omit<RangeProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;