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

7 lines 299 B
import { StepperNumberOrientationType } from '../types/orientation'; export const buildAriaCurrent = (currentStep, index, dimension) => { return currentStep === index && dimension === StepperNumberOrientationType.VERTICAL ? 'step' : undefined; }; //# sourceMappingURL=aria.js.map