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) 363 B
import { IElementOrIcon } from '../../../components/elementOrIcon/types/elementOrIcon'; import { POSITIONS } from '../../../types/positions/positions'; import { IInputValue } from '../types/toggle'; export declare const getScreenReaderText: (position: POSITIONS, inputValues: IInputValue, onIcon?: IElementOrIcon, offIcon?: IElementOrIcon) => string | undefined;