UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

14 lines (13 loc) 248 B
export type SliderProps = { min?: number max?: number value?: number step?: number disabled?: boolean required?: boolean color?: string background?: string thumb?: string id?: string className?: string }