UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

8 lines (7 loc) 300 B
import React from 'react'; import { ISliderStandAlone } from './types/slider'; /** * @description * SliderStandAlone component is used to render a slider component. */ export declare const SliderStandAlone: React.ForwardRefExoticComponent<ISliderStandAlone & React.RefAttributes<HTMLDivElement>>;