@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
9 lines (8 loc) • 320 B
TypeScript
import { POSITIONS } from '../../../types/positions/positions';
import { ToggleStateType } from '../types/state';
/**
* @name getToggleState
* @description
* Get the toggle state
*/
export declare const getToggleState: (hasThreePositions: boolean, togglePosition: POSITIONS, isDisabled: boolean) => ToggleStateType;