UNPKG

norma-library

Version:

Olos/Norma-DS. Design System based on Material UI, developed with TypeScript and Styled Components to create reusable and consistent components in web applications.

4 lines (3 loc) 262 B
import React from 'react'; import { RangerSliderBaseProps } from '@/interfaces/RangerSlider'; export declare const RangerSlider: ({ value, defaultValue, color, showValueInline, min, max, valueLabelFormat, ...props }: RangerSliderBaseProps) => React.JSX.Element;