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

5 lines (4 loc) 388 B
import { DeviceBreakpointsType } from '../../../types/breakpoints/breakpoints'; import { SliderTooltipType } from '../types/slider'; export declare const isActive: (state: boolean, currentActivePoint: string, checkActivePoint: string) => boolean; export declare const isTooltipVisible: (tooltip: SliderTooltipType | undefined, pressed: boolean, device: DeviceBreakpointsType) => boolean;